aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-24 18:06:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-24 18:31:01 +0800
commitbf821168dfb8c2e835cdf57a1c313841ee0dd763 (patch)
treeb145d949b6a736370e76b762c445bcd53f600d97 /src/empathy-chat-window.c
parentd62ff957e10bdfb92b99608310ae9b96676ea4fa (diff)
downloadgsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar.gz
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar.bz2
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar.lz
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar.xz
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.tar.zst
gsoc2013-empathy-bf821168dfb8c2e835cdf57a1c313841ee0dd763.zip
Load the CSS in all empathy-* binaries
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 6de6db140..2ca19dad2 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -2307,6 +2307,8 @@ empathy_chat_window_init (EmpathyChatWindow *window)
g_object_ref (priv->ui_manager);
g_object_unref (gui);
+ empathy_set_rss_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);
priv->gsettings_ui = g_settings_new (EMPATHY_PREFS_UI_SCHEMA);