diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index efdebc8b8c..b4ae29b6a7 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -171,9 +171,6 @@ shell_view_init_view_collection (EShellViewClass *class) /* The view collection is never destroyed. */ class->view_collection = gal_view_collection_new (); - gal_view_collection_set_title ( - class->view_collection, class->label); - gal_view_collection_set_storage_directories ( class->view_collection, system_dir, local_dir); |