summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-25 22:31:49 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-25 22:31:49 +0000
commiteb5990a724aec6ca966994043151caeeb32be14c (patch)
tree09d306962d2effefaf32bfa1662b1c0eca73e0cd
parent10b0c3b8d2c0c8f50859a402a6699d4a24f21158 (diff)
downloadanaconda-eb5990a724aec6ca966994043151caeeb32be14c.tar.gz
anaconda-eb5990a724aec6ca966994043151caeeb32be14c.tar.xz
anaconda-eb5990a724aec6ca966994043151caeeb32be14c.zip
clear status line when leaving map (#100806)
-rw-r--r--iw/timezone_map_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/timezone_map_gui.py b/iw/timezone_map_gui.py
index 1e09640f4..99f148041 100644
--- a/iw/timezone_map_gui.py
+++ b/iw/timezone_map_gui.py
@@ -193,6 +193,7 @@ class TimezoneMap(gtk.VBox):
def canvasEvent(self, widget, event=None):
if event.type == gtk.gdk.LEAVE_NOTIFY:
self.arrow.hide()
+ self.status.push(self.statusContext, "")
def map2canvas(self, lat, long):
x2 = self.mapWidth