Bug 88751 - right click move contact context menu not updated
Summary: right click move contact context menu not updated
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Main Application (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 11:07 UTC by Caoilte O'Connor
Modified: 2004-09-03 12:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caoilte O'Connor 2004-09-03 11:07:58 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Debian testing/unstable Packages

When I rename contact groups it doesn't update in the "move contact" right click context menu for contacts. In fact moving to an old contact group recreates it.
Comment 1 Olivier Goffart 2004-09-03 12:17:55 UTC
CVS commit by ogoffart: 

Fix Bug 88751  (right click move contact context menu not updated)

CCMAIL: 88751-done@bugs.kde.org

The patch is in the branch, that mean the fix will be in KDE 3.3.1
I'll not commit in HEAD until the undo feature is not in.


  M +1 -0      kopetestdaction.cpp   1.54.2.1


--- kdenetwork/kopete/libkopete/ui/kopetestdaction.cpp  #1.54:1.54.2.1
@@ -43,4 +43,5 @@ KopeteGroupListAction::KopeteGroupListAc
         connect( KopeteContactList::contactList(), SIGNAL( groupAdded( KopeteGroup * ) ), this, SLOT( slotUpdateList() ) );
         connect( KopeteContactList::contactList(), SIGNAL( groupRemoved( KopeteGroup * ) ), this, SLOT( slotUpdateList() ) );
+        connect( KopeteContactList::contactList(), SIGNAL( groupRenamed(KopeteGroup*, const QString& ) ), this, SLOT( slotUpdateList() ) );
         slotUpdateList();
 }


Comment 2 Caoilte O'Connor 2004-09-03 12:26:49 UTC
THANKYOU!
Kopete used to be shit, but the versions bundled with kde3.2 and 3.3 have been better than Gaim. You should be proud.