From be65d01385c60d2a442e2d465302fd05296fa804 Mon Sep 17 00:00:00 2001 From: Dimitrios Christidis Date: Sat, 8 Apr 2017 14:32:15 +0200 Subject: [PATCH] app: make About dialog modal Makes Sysprof consistent with other GNOME applications. https://bugzilla.gnome.org/show_bug.cgi?id=781053 --- src/sp-application.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sp-application.c b/src/sp-application.c index 5e2c0da5..0203ac76 100644 --- a/src/sp-application.c +++ b/src/sp-application.c @@ -175,6 +175,7 @@ sysprof_about (GSimpleAction *action, "copyright", "Copyright © 2004-2009 Søren Sandmann Pedersen\n" "Copyright © 2016 Christian Hergert", "transient-for", best_toplevel, + "modal", TRUE, "translator-credits", _("translator-credits"), "license-type", GTK_LICENSE_GPL_3_0, "logo-icon-name", "sysprof",