diff --git a/dstat-interface/dstat-interface/interface/dstatinterface.glade b/dstat-interface/dstat-interface/interface/dstatinterface.glade index 511429af2f81c175fec9fc4d113e85235cd7cf5e..cf68be210b43a963ef6af9088bb0e52eab51ab92 100644 --- a/dstat-interface/dstat-interface/interface/dstatinterface.glade +++ b/dstat-interface/dstat-interface/interface/dstatinterface.glade @@ -52,12 +52,14 @@ False 5 + True dialog Dstat Interface - 0.1 + 1.0 © Michael Dryden 2014 GNU - Michael Dryden + Michael Dryden +Thanks to Christian Fobel for help with Dropbot Plugin True @@ -130,24 +132,6 @@ True False - - - gtk-new - True - False - True - True - - - - - gtk-open - True - False - True - True - - Save current data... @@ -217,44 +201,6 @@ - - - True - False - _View - True - - - True - False - - - Push Status - True - False - False - - - - - Pop Status - True - False - False - - - - - Clear Status - True - False - False - - - - - - True @@ -472,7 +418,7 @@ True 32 - file + filename False gtk-file False @@ -601,6 +547,19 @@ True False + + + True + False + Serial Port: + + + False + True + 5 + 0 + + True @@ -610,7 +569,7 @@ False False - 0 + 1 @@ -625,7 +584,7 @@ False False - 1 + 2 @@ -637,7 +596,7 @@ True True - 2 + 3 diff --git a/dstat-interface/dstat-interface/main.py b/dstat-interface/dstat-interface/main.py index 9f7d2d6a19bf8ac3e40e5f113b141e923062a746..b17323b6469fbe212f4945f7ac187863273614ae 100644 --- a/dstat-interface/dstat-interface/main.py +++ b/dstat-interface/dstat-interface/main.py @@ -122,17 +122,14 @@ class Main(object): def on_window1_destroy(self, object, data=None): """ Quit when main window closed.""" - print "quit with cancel" gtk.main_quit() def on_gtk_quit_activate(self, menuitem, data=None): """Quit when Quit selected from menu.""" - print "quit from menu" gtk.main_quit() def on_gtk_about_activate(self, menuitem, data=None): """Display the about window.""" - print "help about selected" self.response = self.aboutdialog.run() # waits for user to click close self.aboutdialog.hide()