diff options
author | Anna Marie Dirks <anna@helixcode.com> | 2000-10-14 02:40:33 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2000-10-14 02:40:33 +0800 |
commit | 9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf (patch) | |
tree | 75d4f86128c58b380e3feacb95999fd23f2c7c3b /shell/e-shell-folder-creation-dialog.c | |
parent | d4d563705e3a8dcfaa13161418b989164b5f15b0 (diff) | |
download | gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar.gz gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar.bz2 gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar.lz gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar.xz gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.tar.zst gsoc2013-evolution-9704f5dbf64e9f34d4ef7b4c0844b82319d4a2cf.zip |
*e-shell-folder-creation-dialog.glade: Added focus to the folder-name text
2000-10-13 Anna Marie Dirks <anna@helixcode.com>
*e-shell-folder-creation-dialog.glade: Added focus to the folder-name
text entry.
svn path=/trunk/; revision=5900
Diffstat (limited to 'shell/e-shell-folder-creation-dialog.c')
-rw-r--r-- | shell/e-shell-folder-creation-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |