110
118
let about_action = new Gio.SimpleAction ({name: "about"});
111
119
about_action.connect ('activate', Lang.bind (this, function () {
112
120
let about_dialog = new Gtk.AboutDialog ({use_header_bar: true,
121
130
about_dialog.connect ("response", function () {
126
135
this.add_action (about_action);
128
137
let quit_action = new Gio.SimpleAction ({name: "quit"});