Mailinglist Archive: yast-commit (759 mails)
| < Previous | Next > |
[yast-commit] r45236 - /trunk/qt/src/YQUI_builtins.cc
- From: sh-sh-sh@xxxxxxxxxxxxxxxx
- Date: Wed, 05 Mar 2008 16:41:20 -0000
- Message-id: <20080305164120.D3B9127E47@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Wed Mar 5 17:41:20 2008
New Revision: 45236
URL: http://svn.opensuse.org/viewcvs/yast?rev=45236&view=rev
Log:
Changed debug logging setting to latest libyui
Modified:
trunk/qt/src/YQUI_builtins.cc
Modified: trunk/qt/src/YQUI_builtins.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQUI_builtins.cc?rev=45236&r1=45235&r2=45236&view=diff
==============================================================================
--- trunk/qt/src/YQUI_builtins.cc (original)
+++ trunk/qt/src/YQUI_builtins.cc Wed Mar 5 17:41:20 2008
@@ -256,11 +256,11 @@
_("YaST2 Logging"),
_("Configure YaST2 Logging:"),
items, 0,
- YUI::debugLoggingEnabled() ? 1 : 0,
+ YUILog::debugLoggingEnabled() ? 1 :
0,
&okButtonPressed );
if ( okButtonPressed )
{
- YUI::enableDebugLogging( result.endsWith( "on" ) );
+ YUILog::enableDebugLogging( result.endsWith( "on" ) );
yuiMilestone() << "Changing logging: " << result << endl;
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Mar 5 17:41:20 2008
New Revision: 45236
URL: http://svn.opensuse.org/viewcvs/yast?rev=45236&view=rev
Log:
Changed debug logging setting to latest libyui
Modified:
trunk/qt/src/YQUI_builtins.cc
Modified: trunk/qt/src/YQUI_builtins.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQUI_builtins.cc?rev=45236&r1=45235&r2=45236&view=diff
==============================================================================
--- trunk/qt/src/YQUI_builtins.cc (original)
+++ trunk/qt/src/YQUI_builtins.cc Wed Mar 5 17:41:20 2008
@@ -256,11 +256,11 @@
_("YaST2 Logging"),
_("Configure YaST2 Logging:"),
items, 0,
- YUI::debugLoggingEnabled() ? 1 : 0,
+ YUILog::debugLoggingEnabled() ? 1 :
0,
&okButtonPressed );
if ( okButtonPressed )
{
- YUI::enableDebugLogging( result.endsWith( "on" ) );
+ YUILog::enableDebugLogging( result.endsWith( "on" ) );
yuiMilestone() << "Changing logging: " << result << endl;
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |