aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/net_monitor4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_monitor b/src/net_monitor
index e282480..e88a27c 100755
--- a/src/net_monitor
+++ b/src/net_monitor
@@ -608,7 +608,7 @@ class MonitorGui:
widget.pack_start(icon, True, True, 0)
except:
traceback.print_exc()
- widget.pack_start(Gtk.Label(_("connections", True, True, 0)))
+ widget.pack_start(Gtk.Label(_("connections")), True, True, 0)
widget.show_all()
vbox.pack_start(sw, True, True, 0)
@@ -759,7 +759,7 @@ class MonitorGui:
# ethernet
self.__load_interface_icon(traf_label, 'bluetooth')
- traf_label.pack_start(Gtk.Label(iface, True, True, 0))
+ traf_label.pack_start(Gtk.Label(iface), True, True, 0)
traf_label.show_all()
return traf_vbox, traf_label