Changeset 4540
- Timestamp:
- May 3, 2017, 4:37:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mirror/trunk/fuentes/lliurex-mirror-gui/usr/share/lliurex-mirror/lliurex-mirror.py
r4469 r4540 208 208 209 209 self.stack = Gtk.Stack() 210 self.stack.set_transition_duration( 1000)210 self.stack.set_transition_duration(500) 211 211 self.stack.set_transition_type(Gtk.StackTransitionType.SLIDE_LEFT) 212 212 … … 1066 1066 def update_clicked(self,widget,event): 1067 1067 1068 print "Update clicked"1069 1070 1068 mode="1" 1071 1069 data=None … … 1083 1081 1084 1082 if self.internet_rb.get_active(): 1085 print "INTERNET" 1083 pass 1084 #print "INTERNET" 1086 1085 1087 1086 if self.local_folder_rb.get_active(): … … 1480 1479 #print "update_login_animation" 1481 1480 1482 self.login_animation_r+= 81481 self.login_animation_r+=10 1483 1482 1484 1483 if self.login_animation_r<650:
Note: See TracChangeset
for help on using the changeset viewer.