[mythtv] [mythtv-commits] mythtv commit: r15153 by stuartm
Nigel Pearson
nigel at ind.tansu.com.au
Tue Dec 18 02:51:47 UTC 2007
>> -#include "mythcontext.h"
>> #include "mythuibutton.h"
>> #include "mythmainwindow.h"
>>
>> ...
>>
>> @@ -299,7 +301,7 @@
>> MythUIButton *button = dynamic_cast<MythUIButton *>(base);
>> if (!button)
>> {
>> - VERBOSE(VB_IMPORTANT, "ERROR, bad parsing");
>> + cerr << "ERROR, bad parsing" << endl;
>> return;
>> }
>>
>>
>> Note sure of the rationale behind this, but if the aim was
>> to remove a dependence on mythcontext.h, using mythverbose.h
>> may do the trick?
>
> Not really sure what I was thinking there, at the back of my mind I
> had some
> notion of removing the dependence on libmyth in libmythui.
That is a noble goal. Currently difficult, but every
dependence that we remove now is one less for later :-)
--
Nigel Pearson, nigel at ind.tansu.com.au|The weak point of
Telstra Net. Eng., Sydney, Australia | the modern car is
Office: 9202 3900 Fax: 9261 3912 | the squidgy organic
Mobile: 0408 664435 Home: 9792 6998 | bit behind the wheel.
More information about the mythtv-dev
mailing list