From 31cc6f2f961932ffc9ad43e1dab6d5552af20c55 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Sun, 14 Jun 2009 13:09:38 +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 af8a24c..241265f 100644 --- a/plugins/50_sat_monitor.py +++ b/plugins/50_sat_monitor.py @@ -47,7 +47,7 @@ class SatelliteMonitor(gtk.VBox, zavai.Resource): _("Used"), _("Diff"), _("Alm"), _("Eph"), _("Bad"), _("Status"))): col = gtk.TreeViewColumn(name) - col.pack-start(renderer, False) + col.pack_start(renderer, False) col.add_attribute(rendrer, "text", idx) self.view.append_column(col) -- 2.39.5