aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 35ea976d3..473e47706 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -470,7 +470,7 @@ main_window_error_display (EmpathyMainWindow *window,
gtk_widget_show (window->errors_vbox);
- gtk_rc_style_unref (rc_style);
+ g_object_unref (rc_style);
g_hash_table_insert (window->errors, g_object_ref (account), info_bar);
}