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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Hamish Rodda <meddie () yoyo ! its ! monash ! edu ! au>
Date:       2003-06-10 12:53:52
[Download RAW message or body]

CVS commit by rodda: 

Offer the debug button in DrKonqi instances already started before gideon.


  M +5 -0      debuggerpart.cpp   1.73


--- kdevelop/parts/debugger/debuggerpart.cpp  #1.72:1.73
@@ -295,4 +295,9 @@ DebuggerPart::DebuggerPart( QObject *par
     setupController();
 
+    QCStringList objects = kapp->dcopClient()->registeredApplications();
+    for (QCStringList::Iterator it = objects.begin(); it != objects.end(); ++it)
+        if ((*it).find("drkonqi-") == 0)
+            slotDCOPApplicationRegistered(*it);
+
     connect(kapp->dcopClient(), SIGNAL(applicationRegistered(const QCString&)), \
SLOT(slotDCOPApplicationRegistered(const QCString&)));  \
kapp->dcopClient()->setNotifications(true);


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

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