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

List:       kde-commits
Subject:    KDE/kdebase/kate/app
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2006-01-02 22:48:09
Message-ID: 1136242089.963872.24877.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 493686 by habacker:

disabled KStartupInfo for win32 at now; should be reactivated, when win32 \
implementation of kdecore/KStartInfo is ready

 M  +6 -1      kateapp.cpp  


--- trunk/KDE/kdebase/kate/app/kateapp.cpp #493685:493686
@@ -161,8 +161,10 @@
   if (mainWindows() == 0)
     newMainWindow ();
 
+#ifndef Q_WS_WIN
   // notify about start
   KStartupInfo::setNewStartupId( activeMainWindow(), startupId());
+#endif
 }
 
 bool KateApp::startupKate ()
@@ -180,7 +182,9 @@
     {
       kdDebug()<<"chooseSession returned false, exiting"<<endl;
       // we will exit kate now, notify the rest of the world we are done
+#ifndef Q_WS_WIN
       KStartupInfo::appStarted (startupId());
+#endif
       return false;
     }
 #else
@@ -194,8 +198,9 @@
     newMainWindow ();
 
   // notify about start
+#ifndef Q_WS_WIN
   KStartupInfo::setNewStartupId( activeMainWindow(), startupId());
-
+#endif
   QTextCodec *codec = m_args->isSet("encoding") ? \
QTextCodec::codecForName(m_args->getOption("encoding")) : 0;  
 #warning fixme later


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

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