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

List:       kde-bugs-dist
Subject:    [Bug 98305] don't display digikam splash screen on sessin restore
From:       Joern Ahrens <joern.ahrens () kdemail ! net>
Date:       2005-01-31 23:01:12
Message-ID: 20050131230112.7095.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=98305         
joern.ahrens kdemail net changed:

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



------- Additional Comments From joern.ahrens kdemail net  2005-02-01 00:01 -------
CVS commit by jahrens: 

Yep Achim, you're right.

BUG: 98305


  M +5 -3      digikamapp.cpp   1.88


--- kdeextragear-3/digikam/digikam/digikamapp.cpp  #1.87:1.88
 @ -82,9 +82,11  @ DigikamApp::DigikamApp(bool detectCamera
     mFullScreen = false;
     mView = 0;
-    bool showSplash = m_config->readBoolEntry("Show Splash", true);
-    mSplash = 0;
     
-    if(showSplash)
+    mSplash = 0;
+    if(m_config->readBoolEntry("Show Splash", true) &&
+       !kapp->isRestored())
+    {
         mSplash = new SplashScreen();
+    }
 
     mAlbumSettings = new AlbumSettings();
[prev in list] [next in list] [prev in thread] [next in thread] 

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