User Profile manager

Rouslan Solomakhin solomarv at clarkson.edu
Tue Jun 21 19:00:30 CDT 2005


On Wed, 2005-06-22 at 00:22 +0200, domenique Tilleuil wrote:
> >3) Could you make the main window insensitive for the the period while
> >the application is attempting to change the password and/or user
> >information?
> >
> I'll look into it :)

def btnApply_clicked(self,event,data=None):
	self.window.set_sensitive(False)
	while (gtk.events_pending()):
		gtk.main_iteration()
	....
	....
	....
	self.window.set_sensitive(True)





More information about the ubuntu-devel mailing list