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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/chatwindow
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2005-03-16 13:13:30
Message-ID: 20050316131330.CD1E417D06 () office ! kde ! org
[Download RAW message or body]

CVS commit by wstephens: 

Fix for crash introduced by #91288 fix


  M +4 -4      kopetechatwindow.cpp   1.106


--- kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp  #1.105:1.106
@@ -222,5 +222,5 @@ KopeteChatWindow::KopeteChatWindow( QWid
 KopeteChatWindow::~KopeteChatWindow()
 {
-        //      kdDebug( 14010 ) << k_funcinfo << endl;
+        kdDebug( 14010 ) << k_funcinfo << endl;
 
         emit( closing( this ) );
@@ -1076,6 +1076,6 @@ void KopeteChatWindow::closeEvent( QClos
         KopeteApplication *app = static_cast<KopeteApplication *>( kapp );
         if ( KopetePrefs::prefs()->showTray() && !app->isShuttingDown() && !app->sessionSaving() ) {
-                hide();
-/*              // BEGIN of code borrowed from KMainWindow::closeEvent
+//              hide();
+                // BEGIN of code borrowed from KMainWindow::closeEvent
                 // Save settings if auto-save is enabled, and settings have changed
                 if ( settingsDirty() && autoSaveSettings() )
@@ -1085,5 +1085,5 @@ void KopeteChatWindow::closeEvent( QClos
                         e->accept();
                 }
-                // END of code borrowed from KMainWindow::closeEvent*/
+                // END of code borrowed from KMainWindow::closeEvent
         }
         else


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

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