aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/allow_spaces_in_new_directory-0.41.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches/allow_spaces_in_new_directory-0.41.4.patch')
-rw-r--r--packages/patches/allow_spaces_in_new_directory-0.41.4.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/patches/allow_spaces_in_new_directory-0.41.4.patch b/packages/patches/allow_spaces_in_new_directory-0.41.4.patch
deleted file mode 100644
index 9675a1f3..00000000
--- a/packages/patches/allow_spaces_in_new_directory-0.41.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: u_main.tk
-===================================================================
---- u_main.tk (revision 9735)
-+++ u_main.tk (working copy)
-@@ -413,7 +413,8 @@
- proc menu_new {} {
- global untitled_number
- global untitled_directory
-- pd [concat pd filename Untitled-$untitled_number $untitled_directory \;]
-+ pd [concat pd filename Untitled-$untitled_number \
-+ [pdtk_enquote $untitled_directory] \;]
- pd {
- #N canvas;
- #X pop 1;