From c84208d1de0be0ae40d7fc5672f8101587be1e5e Mon Sep 17 00:00:00 2001 From: zezinho42 Date: Sun, 24 May 2020 19:31:56 +0200 Subject: Crash at startup : fix previous commit --- src/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net_monitor b/src/net_monitor index 8cc0ee2..5651a4d 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -506,7 +506,7 @@ class MonitorGui: def show_statistics_dialog(self, widget, iface): """Shows statistics dialog""" - dialog = Gtk.Dialog(title=_("Network statistics for %s") % iface, + dialog = Gtk.Dialog("Network statistics for %s" % iface, self.window, 0, (Gtk.STOCK_OK, Gtk.ResponseType.OK) ) -- cgit v1.2.1