[gnome-terminal] profile: Fix crash when cloning a profile



commit bdfe89850e4914f6ff1fa946e97ddec3fffa5256
Author: Christian Persch <chpe gnome org>
Date:   Sun Feb 17 18:33:01 2013 +0100

    profile: Fix crash when cloning a profile
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694016

 src/terminal-settings-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-settings-list.c b/src/terminal-settings-list.c
index c2934fa..84af9f0 100644
--- a/src/terminal-settings-list.c
+++ b/src/terminal-settings-list.c
@@ -317,7 +317,7 @@ clone_child (TerminalSettingsList *list,
 
 #ifndef HAVE_DCONF_1_2
   dconf_client_change_sync (client, changeset, NULL, NULL, NULL);
-  g_object_unref (changeset);
+  dconf_changeset_unref (changeset);
 #endif
   g_object_unref (client);
   g_free (path);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]