------- 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=123695         
michael.larouche kdemail net changed:

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



------- Additional Comments From michael.larouche kdemail net  2006-03-16 20:31 
-------
SVN commit 519293 by mlarouche:

BUG: 123695

Hide Edit Global Identity widget when not plug in a toolbar.



 M  +1 -0      kopetewindow.cpp  


--- branches/kopete/0.12/kopete/kopete/kopetewindow.cpp #519292:519293
 @ -312,6 +312,7  @
 
        // Edit global identity widget/bar
        editGlobalIdentityWidget = new KopeteEditGlobalIdentityWidget(this, 
"editglobalBar");
+       editGlobalIdentityWidget->hide();
        KWidgetAction *editGlobalAction = new KWidgetAction( 
editGlobalIdentityWidget, i18n("Edit Global Identity Widget"), 0, 0, 0, 
actionCollection(), "editglobal_widget");
        editGlobalAction->setAutoSized( true );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to