aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-24 15:16:46 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-07-15 18:12:15 +0800
commit4afeb994e1fb9bdef315d0eaa24c3821536e30c1 (patch)
treef1e59f72796be2ccad0e7ec44fa1783c48dc57d3 /libempathy-gtk
parent8b3f04ee2d55d07d298c0183c355e9e41e868c2a (diff)
downloadgsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.gz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.bz2
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.lz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.xz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.zst
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.zip
call GetAliasFlags() to determine if an alias can be set on a ContactList
Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new()
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index fc096b288..d187b0d73 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -1508,6 +1508,7 @@ empathy_contact_list_view_get_contact_menu (EmpathyContactListView *view)
}
flags = empathy_contact_list_view_get_flags (view);
+ /* FIXME: how to get the contact list flags in empathy_contact_menu_new() */
menu = empathy_contact_menu_new (contact, priv->contact_features);
/* Remove contact */