aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:23:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:23:27 +0000
commit7ffde3c12368301dc63c75132e89fd6a26f2b502 (patch)
tree0f976a2cd3631cd9f168bb459f94b7ccd328bc5b /packages/patches
parent446ae21a5bc217e89669150409c9d36328c56d9c (diff)
accepted in git commit 842230bb50000c90dbaab46c9e529e6020ef10fc
svn path=/trunk/; revision=13853
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/update_window_list_on_saveas-0.41.4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/patches/update_window_list_on_saveas-0.41.4.patch b/packages/patches/update_window_list_on_saveas-0.41.4.patch
deleted file mode 100644
index 2d7d183c..00000000
--- a/packages/patches/update_window_list_on_saveas-0.41.4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: g_readwrite.c
-===================================================================
---- g_readwrite.c (revision 9740)
-+++ g_readwrite.c (working copy)
-@@ -705,7 +705,11 @@
- {
- /* if not an abstraction, reset title bar and directory */
- if (!x->gl_owner)
-+ {
- canvas_rename(x, filename, dir);
-+ /* update window list in case Save As changed the window name */
-+ canvas_updatewindowlist();
-+ }
- post("saved to: %s/%s", dir->s_name, filename->s_name);
- canvas_dirty(x, 0);
- canvas_reload(filename, dir, &x->gl_gobj);