diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:19:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:31:01 +0800 |
commit | b428a3009df0ea065b26991e87eb5759499c85a0 (patch) | |
tree | 27cb2444665f071bccb15d04c17d5f786b531574 /src/empathy-chat-window.c | |
parent | bf821168dfb8c2e835cdf57a1c313841ee0dd763 (diff) | |
download | gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.gz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.bz2 gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.lz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.xz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.zst gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.zip |
gedit-close-button: move CSS bits to empathy.css
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 2ca19dad2..10210915e 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -2307,7 +2307,7 @@ empathy_chat_window_init (EmpathyChatWindow *window) g_object_ref (priv->ui_manager); g_object_unref (gui); - empathy_set_rss_provider (GTK_WIDGET (priv->dialog)); + empathy_set_css_provider (GTK_WIDGET (priv->dialog)); priv->gsettings_chat = g_settings_new (EMPATHY_PREFS_CHAT_SCHEMA); priv->gsettings_notif = g_settings_new (EMPATHY_PREFS_NOTIFICATIONS_SCHEMA); |