Revision: 9795
http://pure-data.svn.sourceforge.net/pure-data/?rev=9795&view=rev
Author: eighthave
Date: 2008-05-14 06:48:18 -0700 (Wed, 14 May 2008)
Log Message:
-----------
restored Ctrl-click to click in edit more, I mistakenly turned it into right-click, which is not useful on GNU/Linux and Windows
Modified Paths:
--------------
branches/pd-extended/v0-40/pd/src/u_main.tk
Modified: branches/pd-extended/v0-40/pd/src/u_main.tk
===================================================================
--- branches/pd-extended/v0-40/pd/src/u_main.tk 2008-05-13 17:28:34 UTC (rev 9794)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk 2008-05-14 13:48:18 UTC (rev 9795)
@@ -1489,7 +1489,7 @@
bind $name.c <Control-Button> {pdtk_canvas_rightclick %W %x %y %b}
} else {
bind $name.c <Button-3> {pdtk_canvas_rightclick %W %x %y %b}
- bind $name.c <Control-Button> {pdtk_canvas_rightclick %W %x %y %b}
+ bind $name.c <Control-Button> {pdtk_canvas_click %W %x %y %b 2}
}
#on linux, button 2 "pastes" from the X windows clipboard
if {$pd_nt == 0} {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9794
http://pure-data.svn.sourceforge.net/pure-data/?rev=9794&view=rev
Author: eighthave
Date: 2008-05-13 10:28:34 -0700 (Tue, 13 May 2008)
Log Message:
-----------
changed to reflect path change from /usr/local to /usr
Modified Paths:
--------------
trunk/packages/linux_make/pd-extended.desktop
Modified: trunk/packages/linux_make/pd-extended.desktop
===================================================================
--- trunk/packages/linux_make/pd-extended.desktop 2008-05-12 23:20:21 UTC (rev 9793)
+++ trunk/packages/linux_make/pd-extended.desktop 2008-05-13 17:28:34 UTC (rev 9794)
@@ -9,7 +9,7 @@
Comment[fr]=Plateforme de programmation visuelle pour applications multim\x8Edia
Comment[it]=Piattaforma di programmazione visuale per applicazioni multimedia
Comment[pt]=Plataforma de programa\x8D\x8Bo visuais para multimedia
-Exec=/usr/local/bin/pd %F
+Exec=/usr/bin/pd %F
Terminal=false
Type=Application
Icon=pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.