[empathy] Call g_object_unref instead of gtk_rc_style_unref
- From: Gustavo Noronha Silva <gns src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Call g_object_unref instead of gtk_rc_style_unref
- Date: Thu, 12 Nov 2009 17:43:25 +0000 (UTC)
commit b74721f9d85a253e1a6279b1ad7a7ecfef919aa7
Author: Gustavo Noronha Silva <gustavo noronha collabora co uk>
Date: Thu Nov 12 15:00:12 2009 -0200
Call g_object_unref instead of gtk_rc_style_unref
src/empathy-main-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 35ea976..473e477 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]