GNOME Bugzilla – Bug 300586
Drag contacts from contact list
Last modified: 2005-05-08 13:27:51 UTC
Currently disabled.
Created attachment 46107 [details] [review] Fixes the bug. Seems to work. This patch does not use JID, it is all GossipContact ID based. I added a layer in libgossip for: -> gossip_session_find_contact() -> gossip_protocol_find_contact() -> gossip_jabber_find_contact() So now you can drag contacts from the roster to a chat window :) I have left the code in the gossip-contact-list module to receive drops from other apps - mainly so we can have other desktop objects dropped in to make it easier for further work and future integration. One idea might be to make the add contact dialog show if the string d&d'd onto the roster matches a regex for a contact ID.
Committed with some additions to fix bug #142521.