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

List:       kde-commits
Subject:    branches/KDE/4.3/kdeutils/kgpg
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2009-09-06 16:35:24
Message-ID: 1252254924.902721.2620.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1020575 by dakon:

if systray is deactivated show keysmanager if no command line arguments are given

 M  +1 -1      kgpg.cpp  


--- branches/KDE/4.3/kdeutils/kgpg/kgpg.cpp #1020574:1020575
@@ -101,7 +101,7 @@
 	w->goDefaultKey = goHome;
 
 	// parsing of command line args
-	if (args->isSet("k")) {
+	if (args->isSet("k") || (!KGpgSettings::showSystray() && (args->count() == 0))) {
 		s_keyManager->show();
 		KWindowSystem::setOnDesktop(s_keyManager->winId(), \
KWindowSystem::currentDesktop());  //set on the current desktop  \
KWindowSystem::unminimizeWindow(s_keyManager->winId());  //de-iconify window


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

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