[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    PATCH: ksysguard and the toolbar editor
From:       Kurt Granroth <granroth () kde ! org>
Date:       2000-08-30 23:43:03
[Download RAW message or body]

KSysGuard was using the XML .rc files incorrectly.  That's why the
toolbar editor didn't work at all.  This patch fixes that.
-- 
Kurt Granroth            | http://www.granroth.org
KDE Developer/Evangelist | SuSE Labs Open Source Developer
granroth@kde.org         | granroth@suse.com
           KDE -- Putting a Friendly Face on Unix

["ksysguard.diff" (text/plain)]

Index: ksysguard.cc
===================================================================
RCS file: /home/kde/kdebase/ksysguard/gui/ksysguard.cc,v
retrieving revision 1.10
diff -b -u -r1.10 ksysguard.cc
--- ksysguard.cc	2000/08/25 15:34:03	1.10
+++ ksysguard.cc	2000/08/30 23:41:27
@@ -242,10 +242,10 @@
 void
 TopLevel::editToolbars()
 {
-	KEditToolbar dlg(actionCollection());
+	KEditToolbar dlg(actionCollection(), "ksysguard.rc");
 
 	if (dlg.exec())
-		createGUI();
+		createGUI("ksysguard.rc");
 }
 
 void


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic