Show about dialog on window

This commit is contained in:
Jesse van den Kieboom 2012-07-18 16:42:06 +02:00
parent 619053c643
commit 21cfbc11fb

View file

@ -199,7 +199,9 @@ public class Application : Gtk.Application
catch {}
}
Gtk.show_about_dialog(null,
unowned List<Gtk.Window> wnds = get_windows();
Gtk.show_about_dialog(wnds != null ? wnds.data : null,
"authors", authors,
"copyright", copyright,
"comments", comments,