forked from AuroraMiddleware/gtk
Grab the focus to the fileop entry for create dir / rename file.
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.
This commit is contained in:
parent
ededbc646c
commit
326f771536
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user