[gthumb: 9/15] Fixed unref of the settings
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 9/15] Fixed unref of the settings
- Date: Wed, 23 Nov 2011 12:50:36 +0000 (UTC)
commit 62dd79401f79e95cb019c62912bc3e33af292f83
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Nov 22 23:58:24 2011 +0100
Fixed unref of the settings
gthumb/gth-browser.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index fe9bdfc..79030d5 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -2494,9 +2494,9 @@ gth_browser_finalize (GObject *object)
{
GthBrowser *browser = GTH_BROWSER (object);
- _g_object_unref (&browser->priv->browser_settings);
- _g_object_unref (&browser->priv->messages_settings);
- _g_object_unref (&browser->priv->desktop_interface_settings);
+ _g_object_unref (browser->priv->browser_settings);
+ _g_object_unref (browser->priv->messages_settings);
+ _g_object_unref (browser->priv->desktop_interface_settings);
g_free (browser->priv->location_free_space);
_g_object_unref (browser->priv->location_source);
_g_object_unref (browser->priv->monitor_location);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]