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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/access
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2009-07-26 14:36:10
Message-ID: 1248618970.184271.16280.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1002608 by afiestas:

When the dialog is closed once, kaccess dies because quitOnLastWindowClosed is not set to false


 M  +3 -0      main.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/access/main.cpp #1002607:1002608
@@ -43,6 +43,9 @@
     }
   kDebug() << "X server XKB extension major=" << major << " minor=" << minor;
 
+  //Without that, the application dies when the dialog is closed only once.
+  app.setQuitOnLastWindowClosed(false);
+  
   app.setXkbOpcode(xkb_opcode);
   app.disableSessionManagement();
   return app.exec();
[prev in list] [next in list] [prev in thread] [next in thread] 

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