Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3435

Modified Files:
        InputBox.py 
Log Message:
fix input return handling

Index: InputBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/InputBox.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** InputBox.py 13 Mar 2004 22:33:15 -0000      1.17
--- InputBox.py 19 Mar 2004 21:11:17 -0000      1.18
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/03/19 21:11:17  dischi
+ # fix input return handling
+ #
  # Revision 1.17  2004/03/13 22:33:15  dischi
  # changes for the new input widget
***************
*** 103,109 ****
          
          if event == INPUT_ENTER:
              self.destroy()
              if self.handler:
!                 self.handler(self.lbg.get_word())
              return True
  
--- 106,113 ----
          
          if event == INPUT_ENTER:
+             txt = self.lbg.get_word()
              self.destroy()
              if self.handler:
!                 self.handler(txt)
              return True
  



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to