[Kget] [Bug 57430] Kget quits without warning when transfers are in progress

Urs Wolfer u.wolfer at bluewin.ch
Sun Jul 24 18:28:24 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=57430         
u.wolfer bluewin ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From u.wolfer bluewin ch  2005-07-24 18:28 -------
SVN commit 438216 by uwolfer:

Don't hide mainwindow after canceling quit-warning.

BUG: 57430

Correction in docking.h (my mistake).

 M  +1 -1      docking.h  
 M  +1 -1      kmainwidget.cpp  


--- trunk/KDE/kdenetwork/kget/docking.h #438215:438216
 @ -60,7 +60,7  @
     ~DockWidget();
     /** No descriptions */
     void updateToolTip( const QString& );
-    void changeIcon( const QString& icon );
+    void changeIcon( const QString& );
 
 
 
--- trunk/KDE/kdenetwork/kget/kmainwidget.cpp #438215:438216
 @ -1586,7 +1586,7  @
 {
     if( kapp->sessionSaving())
         return true;
-    hide();
+    //hide();
     return false;
 }



More information about the Kget mailing list