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

List:       kde-commits
Subject:    kdebase/kcontrol/taskbar
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-02-05 3:03:52
Message-ID: 20050205030352.7FA941D262 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

don't update all of kicker just because the taskbar changes
use dcop signals so taskbars aren't so tightly coupled to kicker


  M +1 -4      kcmtaskbar.cpp   1.43


--- kdebase/kcontrol/taskbar/kcmtaskbar.cpp  #1.42:1.43
@@ -230,9 +230,6 @@ void TaskbarConfig::save()
     delete c;
 
-    // Tell kicker about the new config file.
-    if (!kapp->dcopClient()->isAttached())
-        kapp->dcopClient()->attach();
     QByteArray data;
-    kapp->dcopClient()->send( "kicker", "kicker", "configure()", data );
+    kapp->dcopClient()->emitDCOPSignal("kdeTaskbarConfigChanged()", data);
 }
 


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

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