Don Kirkby has proposed merging
lp:~zaber/openobject-client/migrate-default-button into
lp:openobject-client/5.0.
Requested reviews:
OpenERP sa GTK client R&D (openerp-dev-gtk)
Related bugs:
#665306 Default button doesn't work in Migrate Database dialog
https://bugs.launchpad.net/bugs/665306
Activate the OK button from the password field of the Migrate Database dialog.
--
https://code.launchpad.net/~zaber/openobject-client/migrate-default-button/+merge/39171
Your team OpenERP sa GTK client R&D is requested to review the proposed merge
of lp:~zaber/openobject-client/migrate-default-button into
lp:openobject-client/5.0.
=== modified file 'bin/modules/gui/main.py'
--- bin/modules/gui/main.py 2010-02-26 11:48:01 +0000
+++ bin/modules/gui/main.py 2010-10-22 19:36:51 +0000
@@ -111,6 +111,7 @@
self.table.attach(lbl, 0, 1, 2, 3)
self.adminPwdEntry = gtk.Entry()
self.adminPwdEntry.set_visibility(False)
+ self.adminPwdEntry.set_activates_default(True)
self.table.attach(self.adminPwdEntry, 1, 2, 2, 3)
self.vbox.add(self.table)
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp