aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:10 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:10 +0800
commite8499acc40dc33d78df27d1b8ac14c296098fc9e (patch)
tree2b6bc50b310ddc21ef33f908d337b6a4fbee89cc /libempathy-gtk/empathy-chat.c
parenteba974e2a304815ebd8287d6696aaa9803a19bb2 (diff)
downloadgsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar.gz
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar.bz2
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar.lz
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar.xz
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.tar.zst
gsoc2013-empathy-e8499acc40dc33d78df27d1b8ac14c296098fc9e.zip
Port EmpathySmileyManager to the new singleton policy.
svn path=/trunk/; revision=2116
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 0bfad9536..ce5f69880 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -968,7 +968,7 @@ chat_input_populate_popup_cb (GtkTextView *view,
gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), item);
gtk_widget_show (item);
- smiley_manager = empathy_smiley_manager_new ();
+ smiley_manager = empathy_smiley_manager_dup_singleton ();
smiley_menu = empathy_smiley_menu_new (smiley_manager,
chat_insert_smiley_activate_cb,
chat);