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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete
From:       Olivier Goffart <ogoffart () tiscalinet ! be>
Date:       2004-10-18 18:12:28
Message-ID: 20041018181228.3957016C7F () office ! kde ! org
[Download RAW message or body]

CVS commit by ogoffart: 

Fix the strange bug making the edit menu disapears in Kopete when configuring toolbar.

BUG: 90281

CCMAIL: matt@matt.rogers.name


  M +1 -2      kopetewindow.cpp   1.207


--- kdenetwork/kopete/kopete/kopetewindow.cpp  #1.206:1.207
@@ -421,5 +421,5 @@ void KopeteWindow::slotConfToolbar()
 {
         saveMainWindowSettings(KGlobal::config(), "General Options");
-        KEditToolbar *dlg = new KEditToolbar(actionCollection(), "kopeteui.rc");
+        KEditToolbar *dlg = new KEditToolbar(factory());
         connect( dlg, SIGNAL(newToolbarConfig()), this, SLOT(slotUpdateToolbar()) );
         connect( dlg, SIGNAL(finished()) , dlg, SLOT(deleteLater()));
@@ -429,5 +429,4 @@ void KopeteWindow::slotConfToolbar()
 void KopeteWindow::slotUpdateToolbar()
 {
-        createGUI("kopeteui.rc", false);
         applyMainWindowSettings(KGlobal::config(), "General Options");
 }


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

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