[gnome-photos/wip/rishi/collection: 3/46] export-dialog: Ensure that the Folder Name GtkEntry has focus



commit b7420be033600a71c47406e1e445cbefddd729cc
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 6 20:35:49 2018 +0100

    export-dialog: Ensure that the Folder Name GtkEntry has focus
    
    The Name Folder GtkEntry seems to have been getting the focus purely
    by accident. Explicitly grabbing it will ensure that it stays that way
    and prevent some future change from breaking it.

 src/photos-export-dialog.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/photos-export-dialog.c b/src/photos-export-dialog.c
index 4519f3dd..f0b92653 100644
--- a/src/photos-export-dialog.c
+++ b/src/photos-export-dialog.c
@@ -202,6 +202,8 @@ photos_export_dialog_constructed (GObject *object)
                                                photos_export_dialog_guess_sizes,
                                                self);
     }
+
+  gtk_widget_grab_focus (self->dir_entry);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]