mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
Show about dialog on window
This commit is contained in:
parent
619053c643
commit
21cfbc11fb
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue