diff options
Diffstat (limited to 'sysutils/gconf-editor/files/patch-src_gconf-editor-window.c')
-rw-r--r-- | sysutils/gconf-editor/files/patch-src_gconf-editor-window.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c b/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c deleted file mode 100644 index 7ff0eb5..0000000 --- a/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gconf-editor-window.c.orig Mon Apr 24 03:19:49 2006 -+++ src/gconf-editor-window.c Mon Apr 24 03:20:00 2006 -@@ -950,7 +950,7 @@ gconf_editor_gconf_value_changed (GConfC - gconf_add_recent_key (window, key); - } - -- g_free (value); -+ gconf_value_free (value); - g_free (key); - gtk_tree_path_free (path); - } |