diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-21 14:30:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-21 14:30:38 +0800 |
commit | ce193f65868f23a354925b92626325a72c047e06 (patch) | |
tree | 6328e80f9cecc1660cbea1e479b3409685985be9 /shell/glade | |
parent | a33709547e482bfb7c0c0b3bf2fb491a28b61dab (diff) | |
download | gsoc2013-evolution-ce193f65868f23a354925b92626325a72c047e06.tar.gz gsoc2013-evolution-ce193f65868f23a354925b92626325a72c047e06.tar.zst gsoc2013-evolution-ce193f65868f23a354925b92626325a72c047e06.zip |
Do async_open_folder in an idle callback.
2002-05-21 Christopher James Lahey <clahey@ximian.com>
* e-corba-storage.c (async_open_folder_idle): Do async_open_folder
in an idle callback.
* e-shell-shared-folder-picker-dialog.c (user_clicked),
glade/e-shell-shared-folder-picker-dialog.glade: Added a select
names button here.
svn path=/trunk/; revision=16964
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/e-shell-shared-folder-picker-dialog.glade | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/shell/glade/e-shell-shared-folder-picker-dialog.glade b/shell/glade/e-shell-shared-folder-picker-dialog.glade index 0275f66a0e..9d8d7c0ec4 100644 --- a/shell/glade/e-shell-shared-folder-picker-dialog.glade +++ b/shell/glade/e-shell-shared-folder-picker-dialog.glade @@ -2,15 +2,18 @@ <GTK-Interface> <project> - <name>Project1</name> - <program_name>project1</program_name> - <directory>../../../../home/ettore/Projects/project1</directory> - <source_directory>../../../../home/ettore/Projects/project1/src</source_directory> - <pixmaps_directory>../../../../home/ettore/Projects/project1/pixmaps</pixmaps_directory> + <directory></directory> + <source_directory>src</source_directory> + <pixmaps_directory>pixmaps</pixmaps_directory> <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> - <translatable_strings_file>../../../../home/ettore/Projects/project1</translatable_strings_file> + <use_widget_names>True</use_widget_names> + <output_main_file>False</output_main_file> + <output_support_files>False</output_support_files> + <output_build_files>False</output_build_files> + <backup_source_files>False</backup_source_files> + <gnome_help_support>True</gnome_help_support> </project> <widget> @@ -137,13 +140,14 @@ <widget> <class>GtkLabel</class> <name>label1</name> - <label>Server:</label> + <label>_Server:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> - <xalign>0</xalign> + <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> + <focus_target>server-option-menu</focus_target> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> @@ -162,40 +166,15 @@ <widget> <class>GtkLabel</class> - <name>label2</name> - <label>User:</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>0</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <child> - <left_attach>0</left_attach> - <right_attach>1</right_attach> - <top_attach>1</top_attach> - <bottom_attach>2</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkLabel</class> <name>label3</name> - <label>Folder Name:</label> + <label>_Folder Name:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> - <xalign>0</xalign> + <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> + <focus_target>folder-name-entry</focus_target> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> @@ -294,6 +273,28 @@ <class>Placeholder</class> </widget> </widget> + + <widget> + <class>GtkButton</class> + <name>button-user</name> + <can_focus>True</can_focus> + <label>_User:</label> + <relief>GTK_RELIEF_NORMAL</relief> + <child> + <left_attach>0</left_attach> + <right_attach>1</right_attach> + <top_attach>1</top_attach> + <bottom_attach>2</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>False</xexpand> + <yexpand>False</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>False</yfill> + </child> + </widget> </widget> </widget> </widget> |