aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 20:42:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:50 +0800
commit562c54612f15f9bb2ccce53c9fb0e3e972dfe957 (patch)
tree82ca270d66e2eff6651c5d90752dc8e4f9ed3c98 /shell
parent8abe1f3203ff41ad3349924b931dbcc5ef255acd (diff)
downloadgsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.gz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.bz2
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.lz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.xz
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.tar.zst
gsoc2013-evolution-562c54612f15f9bb2ccce53c9fb0e3e972dfe957.zip
GalViewCollection: Remove "title" member.
It's set by EShellView but not actually used for anything. Removed functions: gal_view_collection_set_title()
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-view.c3
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);