[Ocfs2-tools-commits] manish commits r764 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Mar 29 02:15:52 CST 2005


Author: manish
Date: 2005-03-29 02:15:50 -0600 (Tue, 29 Mar 2005)
New Revision: 764

Modified:
   trunk/ocfs2console/ocfs2interface/guiutil.py
Log:
query entry should activate default button


Modified: trunk/ocfs2console/ocfs2interface/guiutil.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/guiutil.py	2005-03-29 03:24:37 UTC (rev 763)
+++ trunk/ocfs2console/ocfs2interface/guiutil.py	2005-03-29 08:15:50 UTC (rev 764)
@@ -67,6 +67,7 @@
     table.attach(label, 0, 1, 0, 1)
 
     entry = gtk.Entry()
+    entry.set_activates_default(True)
     table.attach(entry, 1, 2, 0, 1)
 
     dialog.show_all()
@@ -80,7 +81,6 @@
 
     return text
 
-
 def make_callback(obj, callback, sub_callback):
     cb = getattr(obj, callback)
 



More information about the Ocfs2-tools-commits mailing list