From bf08144e753185d56c99078bd2d2060ca2f94d4f Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Sun, 14 Jun 2009 22:18:39 +0800 Subject: [PATCH] Fixed typo --- plugins/50_sat_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/50_sat_monitor.py b/plugins/50_sat_monitor.py index a3ea63d..7100182 100644 --- a/plugins/50_sat_monitor.py +++ b/plugins/50_sat_monitor.py @@ -52,7 +52,7 @@ class SatelliteMonitor(gtk.VBox, zavai.Applet): self.view.append_column(col) self.pack_start(self.view, True, True) - self.pack_start(self.make_parent_link, False, False) + self.pack_start(self.make_parent_link(), False, False) def start(self, *args): self.gps.monitor.connect(self.on_ubxdebug_packet) -- 2.39.5