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

List:       kde-commits
Subject:    kdevelop/parts/openwith
From:       Falk Brettschneider <gigafalk () yahoo ! com>
Date:       2002-12-03 23:14:47
[Download RAW message or body]

CVS commit by falkbr: 

object name set, later necessary for session stuff


  M +1 -1      openwithpart.cpp   1.8


--- kdevelop/parts/openwith/openwithpart.cpp:1.7	Sat Aug 24 00:31:14 2002
@@ -15,7 +15,7 @@
 K_EXPORT_COMPONENT_FACTORY(libkdevopenwith, KGenericFactory<OpenWithPart>("kdevopenwith"));
 
 OpenWithPart::OpenWithPart(QObject *parent, const char *name, const QStringList &)
-  : KDevPlugin(parent, name)
+  : KDevPlugin(parent, name ? name : "OpenWithPart")
 {
   connect(core(), SIGNAL(contextMenu(QPopupMenu*,const Context *)),
 	  this, SLOT(fillContextMenu(QPopupMenu*,const Context *)));

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

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