[gimp] Move comment to match the description
- From: Alex Samorukov <asamorukov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Move comment to match the description
- Date: Fri, 10 Jan 2020 16:49:12 +0000 (UTC)
commit 05d6b8a59175e4c879d5a8419a419fd7db72f565
Author: Alex Samorukov <samm net-art cz>
Date: Fri Jan 10 14:52:57 2020 +0000
Move comment to match the description
app/gui/gui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index 5332cc40ff..3e264e17f9 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -631,7 +631,6 @@ gui_restore_after_callback (Gimp *gimp,
if (gui_config->restore_session)
session_restore (gimp, initial_monitor);
- /* move keyboard focus to the display */
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (shell));
#ifdef GDK_WINDOWING_QUARTZ
{
@@ -692,6 +691,7 @@ gui_restore_after_callback (Gimp *gimp,
gtkosx_application_ready (osx_app);
}
#endif /* GDK_WINDOWING_QUARTZ */
+ /* move keyboard focus to the display */
gtk_window_present (GTK_WINDOW (toplevel));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]