aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/pd_hidden_file_dialogs-0.41.4.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-21 22:30:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-21 22:30:51 +0000
commit74a53fd5280ecb3e9364f29dc315469a97a72cc0 (patch)
tree47af9620f876f9fbb8a02cea6ba2b4cf97dee20c /packages/patches/pd_hidden_file_dialogs-0.41.4.patch
parent6a40415e3ab3b67dc2a9515727e74307235bd839 (diff)
removed u_main.tk patches that have been incorporated into the 0.43 GUI rewrite
svn path=/trunk/; revision=13725
Diffstat (limited to 'packages/patches/pd_hidden_file_dialogs-0.41.4.patch')
-rw-r--r--packages/patches/pd_hidden_file_dialogs-0.41.4.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/patches/pd_hidden_file_dialogs-0.41.4.patch b/packages/patches/pd_hidden_file_dialogs-0.41.4.patch
deleted file mode 100644
index fc91f586..00000000
--- a/packages/patches/pd_hidden_file_dialogs-0.41.4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-*** u_main.tk 2007-10-25 06:18:43.000000000 -0500
---- u_main.tk 2008-04-09 16:49:00.000000000 -0500
-***************
-*** 39,44 ****
---- 39,56 ----
-
- # end Pd-extended font hacks -----------------------------
-
-+ # begin hack to hide hidden files/folder in tk browser on unix ----------
-+ if {$pd_nt == 0} {
-+ # load the dialog once, otherwise setting the vars will not work
-+ catch {tk_getOpenFile -with-invalid-argument}
-+
-+ # change the environment variables
-+ namespace eval ::tk::dialog::file {
-+ variable showHiddenBtn 1
-+ variable showHiddenVar 0
-+ }
-+ }
-+ # end hidden files/folder hack ------------------
-
- # Tearoff is set to true by default:
- set pd_tearoff 1