]> Pileus Git - ~andy/gtk/commitdiff
Grab the focus to the fileop entry for create dir / rename file.
authorOwen Taylor <otaylor@redhat.com>
Mon, 29 Oct 2001 18:44:15 +0000 (18:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 29 Oct 2001 18:44:15 +0000 (18:44 +0000)
Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
the focus to the fileop entry for create dir / rename
file.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c

index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 47c60fd556902af7589c58d7fb172a2a400c02ce..3e220ca8852c0785085627e4716a9d704b382cc6 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
+       the focus to the fileop entry for create dir / rename
+       file.
+
 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Don't use AC_CHECK_FILE to check for a 
index 902272b14e4e426e708009acf89cd4b78230acb0..5c7f255dd40633c386a8ed350eff503dada8fbc2 100644 (file)
@@ -1328,6 +1328,8 @@ gtk_file_selection_create_dir (GtkWidget *widget,
   gtk_widget_grab_default (button);
   gtk_widget_show (button);
 
+  gtk_widget_grab_focus (fs->fileop_entry);
+
   gtk_widget_show (dialog);
 }
 
@@ -1608,6 +1610,8 @@ gtk_file_selection_rename_file (GtkWidget *widget,
   gtk_widget_grab_default (button);
   gtk_widget_show (button);
 
+  gtk_widget_grab_focus (fs->fileop_entry);
+
   gtk_widget_show (dialog);
 }