<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>71143</bug_id>
          
          <creation_ts>2003-12-23 20:54:41 +0000</creation_ts>
          <short_desc>kwallet in system tray does not provide configure option</short_desc>
          <delta_ts>2004-01-27 07:05:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kwalletmanager</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Richard Bos">richard.bos</reporter>
          <assigned_to name="George Staikos">staikos</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>188662</commentid>
    <comment_count>0</comment_count>
    <who name="Richard Bos">richard.bos</who>
    <bug_when>2003-12-23 20:54:41 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.1.94)
OS:          Linux

When right clicking on the kwaller manager icon in the
system tray no access is provided to the wallet manager&apos;s
configuration menu.
There is only restor or minimize and quit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199283</commentid>
    <comment_count>1</comment_count>
    <who name="George Staikos">staikos</who>
    <bug_when>2004-01-27 07:05:46 +0000</bug_when>
    <thetext>Subject: kdeutils/kwallet

CVS commit by staikos: 

fix minor bug with last commit, and add Configure menu entry to the tray menu
CCMAIL: 71143-done@bugs.kde.org


  M +7 -4      kwalletmanager.cpp   1.38


--- kdeutils/kwallet/kwalletmanager.cpp  #1.37:1.38
@@ -60,8 +60,9 @@ KWalletManager::KWalletManager(QWidget *
                 if (KWallet::Wallet::isOpen(*it)) {
                         _tray-&gt;setPixmap(loadSystemTrayIcon(&quot;wallet_open&quot;));
+                        QToolTip::remove(_tray);
+                        QToolTip::add(_tray, i18n(&quot;KDE Wallet: A wallet is open.&quot;));
                         break;
                 }
         }
-        _tray-&gt;show();
 
         _iconView = new KWalletIconView(this, &quot;kwalletmanager icon view&quot;);
@@ -97,7 +98,8 @@ KWalletManager::KWalletManager(QWidget *
                         SLOT(createWallet()), actionCollection(),
                         &quot;wallet_create&quot;);
-        new KAction(i18n(&quot;Configure &amp;Wallet...&quot;), &quot;configure&quot;, 0, this,
-                        SLOT(setupWallet()), actionCollection(),
+        KAction *act = new KAction(i18n(&quot;Configure &amp;Wallet...&quot;), &quot;configure&quot;,
+                        0, this, SLOT(setupWallet()), actionCollection(),
                         &quot;wallet_settings&quot;);
+        act-&gt;plug(_tray-&gt;contextMenu());
         KStdAction::quit(this, SLOT(shuttingDown()), actionCollection());
         KStdAction::keyBindings( this, SLOT( slotConfigureKeys() ), actionCollection() );
@@ -109,4 +111,5 @@ KWalletManager::KWalletManager(QWidget *
                            this, SLOT(deleteWallet()) );
 
+        _tray-&gt;show();
 }
 


</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>