diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-07-21 22:30:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-07-21 22:30:51 +0000 |
commit | 74a53fd5280ecb3e9364f29dc315469a97a72cc0 (patch) | |
tree | 47af9620f876f9fbb8a02cea6ba2b4cf97dee20c /packages/patches/pd_controls-anchor-fix-0.40-pre.patch | |
parent | 6a40415e3ab3b67dc2a9515727e74307235bd839 (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_controls-anchor-fix-0.40-pre.patch')
-rw-r--r-- | packages/patches/pd_controls-anchor-fix-0.40-pre.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/patches/pd_controls-anchor-fix-0.40-pre.patch b/packages/patches/pd_controls-anchor-fix-0.40-pre.patch deleted file mode 100644 index 2aa4e09a..00000000 --- a/packages/patches/pd_controls-anchor-fix-0.40-pre.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- u_main.tk 2006-08-15 18:09:57.000000000 +0200 -+++ u_main.tk 2006-09-04 09:41:46.000000000 +0200 -@@ -140,15 +140,14 @@ - frame .controls.switches - checkbutton .controls.switches.audiobutton -text {compute audio} \ - -variable ctrls_audio_on \ -- -anchor w \ - -command {pd [concat pd dsp $ctrls_audio_on \;]} - - checkbutton .controls.switches.meterbutton -text {peak meters} \ - -variable ctrls_meter_on \ -- -anchor w \ - -command {pd [concat pd meters $ctrls_meter_on \;]} - --pack .controls.switches.audiobutton .controls.switches.meterbutton -side top -+pack .controls.switches.audiobutton .controls.switches.meterbutton \ -+ -side top -anchor w - - frame .controls.inout - frame .controls.inout.in |