diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-21 01:14:24 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:32 +0800 |
commit | 5600490e9edda705b4b58720433b476c0d744115 (patch) | |
tree | 65bd4699ce71af5b949977a37f9ad6ffc95cd51b /libempathy-gtk/empathy-theme-adium.c | |
parent | 8ab8a754b3c23bf8d8b2298fe20bc6a7ea7dac63 (diff) | |
download | gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.gz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.bz2 gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.lz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.xz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.zst gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.zip |
Port to new API
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index b1da87bc8..b11bfa9fa 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -752,7 +752,7 @@ empathy_theme_adium_init (EmpathyThemeAdium *theme) theme->priv = priv; - priv->smiley_manager = empathy_smiley_manager_new (); + priv->smiley_manager = empathy_smiley_manager_dup_singleton (); g_signal_connect (theme, "load-finished", G_CALLBACK (theme_adium_load_finished_cb), |