[gnome-clocks] Force a redraw of the world clocks



commit 6ca513fe47e4ea4973be7d9d3ad2024e460b439c
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Nov 26 13:55:14 2012 +0100

    Force a redraw of the world clocks

 gnomeclocks/world.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomeclocks/world.py b/gnomeclocks/world.py
index 9ebcc52..3e7a249 100644
--- a/gnomeclocks/world.py
+++ b/gnomeclocks/world.py
@@ -347,6 +347,7 @@ class World(Clock):
             self.iconview.set_selection_mode(True)
 
     def _update_clocks(self):
+        self.iconview.queue_draw()
         self.standalone.update()
         return True
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]