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

List:       kde-commits
Subject:    extragear/sysadmin/muon/installer
From:       Jonathan Michael Thomas <echidnaman () kubuntu ! org>
Date:       2010-12-07 14:04:39
Message-ID: 20101207140439.F02C3AC8A5 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1204486 by jmthomas:

Don't under any circumstances show the ApplicationLauncher when there are no apps to \
show. (E.g. in the case of a commit failure where the package is still installed or \
somesuch)


 M  +1 -1      ApplicationBackend.cpp  


--- trunk/extragear/sysadmin/muon/installer/ApplicationBackend.cpp #1204485:1204486
@@ -306,7 +306,7 @@
         }
     }
 
-    if (!m_appLauncher) {
+    if (!m_appLauncher && !apps.isEmpty()) {
         m_appLauncher = new ApplicationLauncher(apps);
         connect(m_appLauncher, SIGNAL(destroyed(QObject *)),
             this, SLOT(onAppLauncherClosed()));


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

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