diff --git a/fluent b/fluent index 53b4916..3c3fcf1 100755 --- a/fluent +++ b/fluent @@ -100,8 +100,9 @@ class FluentApp: 'on_appwindow_delete_event' : (gtk.main_quit), 'on_zoom_in_button_clicked' : (self.on_single_view), 'on_zoom_out_button_clicked' : (self.on_multiple_view), - 'on_new1_activated' : (self.on_create_project), - 'on_button_new_clicked' : (self.on_create_project)} + 'on_new1_activate' : (self.on_create_project), + 'on_button_new_clicked' : (self.on_create_project), + 'on_about1_activate' : (self.on_help_about)} self.widget_tree.signal_autoconnect(signals) # Log that we've set up the app now @@ -127,6 +128,11 @@ class FluentApp: d = dialogs.CreateProjectDruid(self) d.run() + def on_help_about(self, *rest): + widget_tree = gtk.glade.XML(GLADEFILENAME, 'aboutdialog') + about = widget_tree.get_widget('aboutdialog') + about.run() + if __name__ == '__main__': gnome.program_init(PROGRAM_NAME, VERSION) app = FluentApp() diff --git a/system/fluent.glade b/system/fluent.glade index e141597..e6d9080 100644 --- a/system/fluent.glade +++ b/system/fluent.glade @@ -716,7 +716,7 @@ The functions of the workflow you select will be available on the right part of True True - Fluent + Fluents Copyright (C) 2006 the Fluents Team From WordNet (r) 2.0 [wn]: fluent (adj) @@ -726,7 +726,12 @@ The functions of the workflow you select will be available on the right part of 2: smooth and unconstrained in movement; "a long, smooth stride"; "the fluid motion of a cat"; "the liquid grace of a ballerina"; "liquid prose" [syn:{flowing}, {fluid}, {liquid}, {smooth}] 3: expressing yourself readily, clearly, effectively; "able to dazzle with his facile tongue"; "silver speech" [syn: {eloquent}, {facile}, {silver}, {silver-tongued}, {smooth-spoken}] - + + + +From the Fluents team: fluents (sw) + +1: fluent software for lightweight data analysis. False https://dev.pvv.ntnu.no/projects/fluent