*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
This commit is contained in:
committed by
Anna Dirks
parent
d4d563705e
commit
9704f5dbf6
@ -1,3 +1,7 @@
|
||||
2000-10-13 Anna Marie Dirks <anna@helixcode.com>
|
||||
*e-shell-folder-creation-dialog.glade: Added focus to the folder-name
|
||||
text entry.
|
||||
|
||||
2000-10-11 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-storage-set-view.c: Fixed the spec on this.
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -104,6 +104,7 @@
|
||||
<class>GtkEntry</class>
|
||||
<name>folder_name_entry</name>
|
||||
<can_focus>True</can_focus>
|
||||
<has_focus>True</has_focus>
|
||||
<editable>True</editable>
|
||||
<text_visible>True</text_visible>
|
||||
<text_max_length>0</text_max_length>
|
||||
|
||||
Reference in New Issue
Block a user