commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef/src GFForm.py


From: Jason Cater
Subject: gnue/gnuef/src GFForm.py
Date: Tue, 20 Nov 2001 22:08:43 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/11/20 22:08:43

Modified files:
        gnuef/src      : GFForm.py 

Log message:
        more changes to buttons as tab stops

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFForm.py.diff?cvsroot=OldCVS&tr1=1.132&tr2=1.133&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/GFForm.py
diff -u gnue/gnuef/src/GFForm.py:1.132 gnue/gnuef/src/GFForm.py:1.133
--- gnue/gnuef/src/GFForm.py:1.132      Tue Nov 20 21:42:25 2001
+++ gnue/gnuef/src/GFForm.py    Tue Nov 20 22:08:42 2001
@@ -1,12 +1,12 @@
 #
 # This file is part of GNU Enterprise.
 #
-# GNU Enterprise is free software; you can redistribute it 
-# and/or modify it under the terms of the GNU General Public 
-# License as published by the Free Software Foundation; either 
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
 # version 2, or (at your option) any later version.
 #
-# GNU Enterprise is distributed in the hope that it will be 
+# GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 # PURPOSE. See the GNU General Public License for more details.
@@ -43,8 +43,8 @@
 import GFTrigger
 
 # Defines which objects are "Tab Stops"
-TabStops = ('GFEntry','GFButton')
-#TabStops = ('GFEntry',)
+#TabStops = ('GFEntry','GFButton')
+TabStops = ('GFEntry',)
 
 class GFForm(GFObj, GFEventAware):
   def __init__(self, parent=None, app=None):



reply via email to

[Prev in Thread] Current Thread [Next in Thread]