[gimp] Bug 704896 - pop ups are annoying when opening multiple files from...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 704896 - pop ups are annoying when opening multiple files from...
- Date: Sun, 28 Jul 2013 00:52:56 +0000 (UTC)
commit 013c9d337b27f7846321fb7a374a3a17879d6f14
Author: Michael Natterer <mitch gimp org>
Date: Sun Jul 28 02:50:33 2013 +0200
Bug 704896 - pop ups are annoying when opening multiple files from...
the command line on some platforms/window managers
Don't let the progress windows steal the focus, and always center
them.
app/widgets/gimpprogressdialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpprogressdialog.c b/app/widgets/gimpprogressdialog.c
index 49dd2e5..7b430c3 100644
--- a/app/widgets/gimpprogressdialog.c
+++ b/app/widgets/gimpprogressdialog.c
@@ -223,5 +223,7 @@ gimp_progress_dialog_new (void)
"skip-taskbar-hint", TRUE,
"skip-pager-hint", TRUE,
"resizable", FALSE,
+ "focus-on-map", FALSE,
+ "window-position", GTK_WIN_POS_CENTER,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]