


| The Following User Says Thank You to Wonko For This Useful Post: | ||
if self.clock.get_show_seconds() or (self.old_time == None) or (self.old_time.minute != self.time.minute):
if self.clock.force_redraw == 1 or self.clock.get_show_seconds() or (self.old_time == None) or (self.old_time.minute != self.time.minute):
self.force_redraw = 0
| The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
| The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
| The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
if self.clock.force_redraw == 1 or self.clock.get_show_seconds() or (self.old_time == None) or (self.old_time.minute != self.time.minute):
self.force_redraw = 0
DEBUG_OUTPUT=1 /usr/bin/hildon-status-menu
| The Following User Says Thank You to Wonko For This Useful Post: | ||