------- 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=137742         
mattr kde org changed:

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



------- Additional Comments From mattr kde org  2007-06-09 03:36 -------
SVN commit 673113 by mattr:

Apply patch from bug 137742 to fix bug of the same number.
Focus the global status message when editing status messages

FEATURE: 137742


 M  +2 -2      kopetewindow.cpp  


--- branches/work/kopete/break-the-contactlist/kopete/kopetewindow.cpp 
#673112:673113
 @ -1040,8 +1040,8  @
        }
        //connect( m_globalStatusMessageMenu, SIGNAL( aboutToHide() ), 
m_globalStatusMessageMenu, SLOT( deleteLater() ) );
 
-       //m_newMessageEdit->setFocus();
-
+       d->newMessageEdit->setFocus(Qt::OtherFocusReason);
+       d->globalStatusMessageMenu->setActiveAction(newMessageAction);
        //messageMenu->popup( e->globalPos(), 1 );
 }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to