diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-28 18:46:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-28 18:46:00 +0800 |
commit | 0b8f99546e3c2b1e2cc9086e077dee0f9188bd41 (patch) | |
tree | 25847d6a98fb764b1734bd2eda95275d42d34103 /shell/e-shell-folder-selection-dialog.c | |
parent | c861496b4101d520d202541d030858013902dea6 (diff) | |
download | gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.gz gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.zst gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.zip |
Update copyrights for files modified in year 2001.
svn path=/trunk/; revision=7872
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 6c3e429a83..be530ef59c 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -335,10 +335,8 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (folder_selection_dialog)->vbox), scroll_frame, TRUE, TRUE, 2); - gtk_widget_show (scroll_frame); gtk_widget_show (priv->storage_set_view); - - gtk_widget_grab_focus (priv->storage_set_view); + gtk_widget_show (scroll_frame); } /** |