KDE/kdevelop/src

Andras Mantia amantia at kde.org
Thu Sep 15 08:14:06 UTC 2005


On Wednesday 14 September 2005 21:35, Jens Dagerbo wrote:
> This is a mistake and the proper fix is to simply remove that emit.
> The check for local file isn't needed, the KURL version is now always
> used. AFAIK.


Yes, I did the same fix in July! See:
--- trunk/KDE/kdevelop/src/partcontroller.cpp #430666:430667
@@ -579,11 +579,6 @@
   
   emit loadedFile( ro_part->url() );
   
-  if ( ro_part->url().isLocalFile() ) 
-  {
-       emit loadedFile(ro_part->url().path());
-  }
-
   connect( part, SIGNAL(modifiedOnDisc(Kate::Document*, bool, unsigned 
char)), this, SLOT(slotDocumentDirty(Kate::Document*, bool, unsigned 
char)) );


This is why I asked what was the base for KDE4 port, as it seems that 
some fixes were lost.


Andras
-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20050915/02050428/attachment.sig>


More information about the KDevelop-devel mailing list