diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:32:22 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:32:22 +0800 |
commit | 4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c (patch) | |
tree | f27cd29d530a0d702cd4f4e47a407395dc481a17 /src/empathy-chat-window.c | |
parent | 4930adcea2ecf8279c9deabbb3fc47c47b95b40d (diff) | |
download | gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.gz gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.bz2 gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.lz gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.xz gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.zst gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.zip |
Don't forget to unref the smiley manager
svn path=/trunk/; revision=2008
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index c5e933908..8a6653ae5 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1260,6 +1260,7 @@ empathy_chat_window_init (EmpathyChatWindow *window) window); gtk_menu_item_set_submenu (GTK_MENU_ITEM (priv->menu_conv_insert_smiley), menu); + g_object_unref (smiley_manager); /* Set up signals we can't do with glade since we may need to * block/unblock them at some later stage. |