From 9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Fri, 13 Oct 2000 18:40:33 +0000 Subject: *e-shell-folder-creation-dialog.glade: Added focus to the folder-name text 2000-10-13 Anna Marie Dirks *e-shell-folder-creation-dialog.glade: Added focus to the folder-name text entry. svn path=/trunk/; revision=5900 --- shell/ChangeLog | 4 ++++ shell/e-shell-folder-creation-dialog.c | 1 + shell/glade/e-shell-folder-creation-dialog.glade | 1 + 3 files changed, 6 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 7cba741703..a2e7826966 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-10-13 Anna Marie Dirks + *e-shell-folder-creation-dialog.glade: Added focus to the folder-name + text entry. + 2000-10-11 Christopher James Lahey * e-storage-set-view.c: Fixed the spec on this. diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c index 0b8539f481..a05fcfea76 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -384,6 +384,7 @@ e_shell_show_folder_creation_dialog (EShell *shell, dialog_data->storage_set_view = storage_set_view; dialog_data->folder_type_option_menu = glade_xml_get_widget (gui, "folder_type_option_menu"); dialog_data->folder_types = folder_types; + gtk_signal_connect (GTK_OBJECT (dialog), "clicked", GTK_SIGNAL_FUNC (dialog_clicked_cb), dialog_data); diff --git a/shell/glade/e-shell-folder-creation-dialog.glade b/shell/glade/e-shell-folder-creation-dialog.glade index 21701a2a29..55319a6505 100644 --- a/shell/glade/e-shell-folder-creation-dialog.glade +++ b/shell/glade/e-shell-folder-creation-dialog.glade @@ -104,6 +104,7 @@ GtkEntry folder_name_entry True + True True True 0 -- cgit v1.2.3