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

List:       kde-commits
Subject:    kdevelop/parts
From:       Matt Rogers <matt.rogers () kdemail ! net>
Date:       2004-06-28 3:23:10
Message-ID: 20040628032310.3A61F99AD () office ! kde ! org
[Download RAW message or body]

CVS commit by mattr: 

You can't have parts specifying an XML GUI file if the file doesn't exist.

This fixes a crash that i've been having here after upgrading qt-copy and 
kdelibs. 

CCMAIL: kdevelop-devel@kdevelop.org


  M +1 -1      filelist/filelist_part.cpp   1.9
  M +1 -1      snippet/snippet_part.cpp   1.5


--- kdevelop/parts/filelist/filelist_part.cpp  #1.8:1.9
@@ -36,5 +36,5 @@ FileListPart::FileListPart(QObject *pare
 {
     setInstance(filelistFactory::instance());
-    setXMLFile("kdevpart_filelist.rc");
+    //setXMLFile("kdevpart_filelist.rc");
 
     m_widget = new FileListWidget(this);

--- kdevelop/parts/snippet/snippet_part.cpp  #1.4:1.5
@@ -37,5 +37,5 @@ SnippetPart::SnippetPart(QObject *parent
 {
   setInstance(snippetFactory::instance());
-  setXMLFile("kdevpart_snippet.rc");
+  //setXMLFile("kdevpart_snippet.rc");
 
   m_widget = new SnippetWidget(this);


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

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