diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 21:06:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-24 19:28:44 +0800 |
commit | cbeb879c831699105fb6943e55caa8bcf72f8eaf (patch) | |
tree | da480b3deaf33dca0da2acbe0ec9de175c7d287d /libempathy-gtk/empathy-individual-view.c | |
parent | ef0d55ead126f53aa4544877d2df5ab712f00f28 (diff) | |
download | gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar.gz gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar.bz2 gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar.lz gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar.xz gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.tar.zst gsoc2013-empathy-cbeb879c831699105fb6943e55caa8bcf72f8eaf.zip |
add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT
https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.c')
-rw-r--r-- | libempathy-gtk/empathy-individual-view.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c index 3cd1500a8..64aaf5a0a 100644 --- a/libempathy-gtk/empathy-individual-view.c +++ b/libempathy-gtk/empathy-individual-view.c @@ -2650,7 +2650,8 @@ empathy_individual_view_get_individual_menu (EmpathyIndividualView *view) } g_clear_object (&iter); - menu = empathy_individual_menu_new (individual, priv->individual_features); + menu = empathy_individual_menu_new (individual, priv->individual_features, + priv->store); /* Remove contact */ if ((priv->view_features & |