[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jul 13 19:02:10 CEST 2004


CVS commit by staikos: 

restore indenting to designer settings as per ../devel-docs/codingstyle.txt


  M +89 -89    pluginmanager.ui.h   1.18


--- kdeextragear-2/kst/kst/pluginmanager.ui.h  #1.17:1.18
@@ -21,5 +21,5 @@ void PluginManager::init()
 void PluginManager::selectionChanged( QListViewItem *item )
 {
-  bool on = (item != 0L);
+    bool on = item != 0L;
   _remove->setEnabled(on);
 }





More information about the Kst mailing list