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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2008-05-23 2:47:19
Message-ID: 1211510839.472716.19447.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 811449 by harris:

Wel, that wasn't so hard after all.  KStars no longer exits when 
starting up below the horizon.  I simply moved "show()" so it came 
before initFocus().  As a bonus, the user will now see the below-horizon 
view rendered before the message box appears, so they can make a more 
informed decision about resetting or not...

CCMAIL: kstars-devel@kde.org



 M  +3 -3      kstarsinit.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #811448:811449
@@ -613,15 +613,15 @@
     //Propagate config settings
     applyConfig( false );
 
+    //show the window.  must be before kswizard and messageboxes
+    show();
+
     //Initialize focus
     initFocus();
 
     data()->setFullTimeUpdate();
     updateTime();
 
-    //show the window.  must be before kswizard and messageboxes
-    show();
-
     //If this is the first startup, show the wizard
     if ( Options::runStartupWizard() ) {
         slotWizard();
[prev in list] [next in list] [prev in thread] [next in thread] 

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