aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-10 00:25:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:42 +0800
commitb92ad3740762d958364d4f9421095b088f0d845b (patch)
tree07f1ab2677aa89737baa79574092efc152757514 /libempathy-gtk/empathy-contact-list-view.h
parent39aeb13d19382b86d3b322a7cca13a72c5fac1b5 (diff)
downloadgsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar.gz
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar.bz2
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar.lz
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar.xz
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.tar.zst
gsoc2013-empathy-b92ad3740762d958364d4f9421095b088f0d845b.zip
Don't display context menu when right clicking on a fake group
Those can't be renamed.
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.h b/libempathy-gtk/empathy-contact-list-view.h
index 17de5239b..41b968dbf 100644
--- a/libempathy-gtk/empathy-contact-list-view.h
+++ b/libempathy-gtk/empathy-contact-list-view.h
@@ -73,7 +73,8 @@ EmpathyContactListView * empathy_contact_list_view_new (Empathy
EmpathyContactFeatureFlags contact_features);
EmpathyContact * empathy_contact_list_view_dup_selected (EmpathyContactListView *view);
EmpathyContactListFlags empathy_contact_list_view_get_flags (EmpathyContactListView *view);
-gchar * empathy_contact_list_view_get_selected_group (EmpathyContactListView *view);
+gchar * empathy_contact_list_view_get_selected_group (EmpathyContactListView *view,
+ gboolean *is_fake_group);
GtkWidget * empathy_contact_list_view_get_contact_menu (EmpathyContactListView *view);
GtkWidget * empathy_contact_list_view_get_group_menu (EmpathyContactListView *view);