Thanks :)

On 15 Jun 2006, at 12:21, Philippe Valembois - Phil wrote:

Sorry,
I thought the bug were here for Mac and Windows and I realized that it isn't 
so I fixed it now..
Phil

Le Thursday 15 June 2006 13:02, Tom Hennigan a écrit :
This won't work on osx (just tested it quickly). Maybe a if ![OnMac]
{ } or something. I don't have time to write/test any ideas as I'm
off to a maths exam like now!

Tom

On 15 Jun 2006, at 11:51, [EMAIL PROTECTED] wrote:
Revision: 6861
Author:   lephilousophe
Date:     2006-06-15 03:51:18 -0700 (Thu, 15 Jun 2006)

Log Message:
-----------
Ported the fix of Shift-BackSpace bug to branch...

Modified Paths:
--------------
     branches/0_96/amsn/gui.tcl
Modified: branches/0_96/amsn/gui.tcl
===================================================================
--- branches/0_96/amsn/gui.tcl 2006-06-15 10:48:28 UTC (rev 6860)
+++ branches/0_96/amsn/gui.tcl 2006-06-15 10:51:18 UTC (rev 6861)
@@ -212,6 +212,10 @@
  #Set the default option for canvas -highlightthickness
  option add *Canvas.highlightThickness 0

+ #Mappings for Shift-BackSpace
+ bind Entry <Terminate_Server> [bind Entry <BackSpace>]
+ bind Text <Terminate_Server> [bind Text <BackSpace>]
+
  if { $::tcl_version >= 8.4 } {
  #To avoid a bug inside panedwindow, by Youness
  rename ::tk::panedwindow::Cursor ::tk::panedwindow::Original_Cursor


This was sent by the SourceForge.net collaborative development
platform, the world's largest Open Source development site.



_______________________________________________
Amsn-commits mailing list

------------------------------------
Tom Hennigan


_______________________________________________
Amsn-devel mailing list

------------------------------------
Tom Hennigan


_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to