diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /sysutils/gconf-editor/files/patch-src_gconf-editor-window.c | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
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 7ff0eb544..000000000 --- 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); - } |