Merge branch 'about' into 'master'

Set parent window in About dialog

See merge request postmarketOS/megapixels!8
This commit is contained in:
Benjamin Schaaf 2022-01-20 12:18:46 +00:00
commit 94d673118f
1 changed files with 3 additions and 2 deletions

View File

@ -525,7 +525,8 @@ run_capture_action(GSimpleAction *action, GVariant *param, gpointer user_data)
void
run_about_action(GSimpleAction *action, GVariant *param, GApplication *app)
{
gtk_show_about_dialog(NULL,
GtkWindow *parent = gtk_application_get_active_window(GTK_APPLICATION(app));
gtk_show_about_dialog(parent,
"program-name",
"Megapixels",
"title",
@ -535,7 +536,7 @@ run_about_action(GSimpleAction *action, GVariant *param, GApplication *app)
"comments",
"The postmarketOS camera application",
"website",
"https://sr.ht/~martijnbraam/megapixels",
"https://gitlab.com/postmarketOS/megapixels",
"version",
VERSION,
"license-type",