------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=106414         
charles connells org changed:

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



------- Additional Comments From charles connells org  2007-07-17 02:27 -------
SVN commit 688842 by cconnell:

Add cryptography toolbar to chat window
BUG:106414
GUI:


 M  +5 -0      cryptographychatui.rc  
 M  +1 -1      cryptographyguiclient.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/cryptographychatui.rc 
#688841:688842
 @ -6,5 +6,10  @
                        <Action name="encryptionToggle" />
                        <Action name="signToggle" />
                </Menu>
+               <ToolBar name="cryptographyToolBar" fullWidth="false">
+                       <text>Cryptography Toolbar</text>
+                       <Action name="encryptionToggle" />
+                       <Action name="signToggle" />
+               </ToolBar>
        </MenuBar>
 </kpartgui>
--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/cryptographyguiclient.cpp 
#688841:688842
 @ -69,7 +69,7  @
 
        m_encAction = new KToggleAction( KIcon("encrypted"), i18n("Encrypt 
Messages" ), this );
         actionCollection()->addAction( "encryptionToggle", m_encAction );
-       m_signAction = new KToggleAction ( KIcon ("signature"), i18n("Sign 
Message" ), this );
+       m_signAction = new KToggleAction ( KIcon ("signature"), i18n("Sign 
Messages" ), this );
        actionCollection()->addAction ("signToggle", m_signAction );
        
        m_encAction->setChecked(wantEncrypt && keysAvailable);
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to