[gimp/gimp-2-10] Move the comment to match the function it explains
- From: Alex Samorukov <asamorukov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Move the comment to match the function it explains
- Date: Fri, 10 Jan 2020 14:56:47 +0000 (UTC)
commit e59d8ca75c8d348b1cbf4c5c2856eed650bfa8b5
Author: Alex Samorukov <samm net-art cz>
Date: Fri Jan 10 14:56:33 2020 +0000
Move the comment to match the function it explains
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 6657fcacde..4e8b54b274 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -665,7 +665,6 @@ gui_restore_after_callback (Gimp *gimp,
initial_screen,
initial_monitor);
- /* move keyboard focus to the display */
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (shell));
#ifdef GDK_WINDOWING_QUARTZ
{
@@ -726,6 +725,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]