workaround a GTK windows bug (bis)

This commit is contained in:
Yann Leboulanger 2006-02-03 15:51:56 +00:00
parent e155e9b496
commit e29cf7bb9e
1 changed files with 3 additions and 2 deletions

View File

@ -2686,8 +2686,9 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
return return
if gajim.contacts.is_subcontact(account, c_source): if gajim.contacts.is_subcontact(account, c_source):
# Remove meta contact # Remove meta contact
if context.action == gtk.gdk.ACTION_COPY: #FIXME: doesn't work under windows: http://bugzilla.gnome.org/show_bug.cgi?id=329797
return # if context.action == gtk.gdk.ACTION_COPY:
# return
c_source.groups = [grp_dest] c_source.groups = [grp_dest]
gajim.connections[account].update_contact(jid_source, c_source.name, gajim.connections[account].update_contact(jid_source, c_source.name,
c_source.groups) c_source.groups)