- Timestamp:
- Mar 1, 2017, 6:31:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-gui/PopupMenu.py
r3773 r3796 104 104 def go_home(self,widget): 105 105 106 self.core.main_window.thread_aborted=True 107 self.core.main_window.location_label.set_text("Home") 108 self.core.main_window.stack.set_visible_child_name("main") 106 107 self.core.main_window.show_home() 109 108 # Forcing main_eb_clicked call to hide both popup menu and fade_box 110 109 self.core.main_window.main_eb_clicked(None,None)
Note: See TracChangeset
for help on using the changeset viewer.