aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-28 18:46:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-28 18:46:00 +0800
commit0b8f99546e3c2b1e2cc9086e077dee0f9188bd41 (patch)
tree25847d6a98fb764b1734bd2eda95275d42d34103 /shell/e-shell-folder-selection-dialog.c
parentc861496b4101d520d202541d030858013902dea6 (diff)
downloadgsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar
gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.gz
gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.bz2
gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.lz
gsoc2013-evolution-0b8f99546e3c2b1e2cc9086e077dee0f9188bd41.tar.xz
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.c4
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);
}
/**