[POS-commit] r3282 - stoq/trunk/stoq/gui
Evandro Vale Miquelito
evandro at async.com.br
Wed Apr 12 10:35:27 BRT 2006
Author: evandro
Date: Wed Apr 12 10:35:26 2006
New Revision: 3282
Modified:
stoq/trunk/stoq/gui/application.py
Log:
No need of self.app here since it has been defined on Stoqlib
Modified: stoq/trunk/stoq/gui/application.py
==============================================================================
--- stoq/trunk/stoq/gui/application.py (original)
+++ stoq/trunk/stoq/gui/application.py Wed Apr 12 10:35:26 2006
@@ -82,7 +82,6 @@
klist_selection_mode = gtk.SELECTION_BROWSE
def __init__(self, app):
- self.app = app
BaseAppWindow.__init__(self, app)
user_menu_label = get_current_user().username.capitalize()
self.users_menu.set_property('label', user_menu_label)
More information about the POS-commit
mailing list