aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-11 16:50:48 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-11 16:50:48 +0800
commit295bf2894052c2c34639b109166355de5c854fc8 (patch)
tree72b4506a2dd170dc58f1daa404ec75900fa8e637 /mail/em-folder-tree-model.c
parent6093cf098260b390980b2a8da34477d1874e5b9c (diff)
downloadgsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar.gz
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar.bz2
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar.lz
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar.xz
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.tar.zst
gsoc2013-evolution-295bf2894052c2c34639b109166355de5c854fc8.zip
revert previous change. Stupid emftm.
2004-06-11 Not Zed <NotZed@Ximian.com> * em-folder-tree-model.c (em_folder_tree_model_add_store): revert previous change. Stupid emftm. svn path=/trunk/; revision=26306
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r--mail/em-folder-tree-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index b3d64c2154..aa32044b6f 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -748,7 +748,7 @@ em_folder_tree_model_add_store (EMFolderTreeModel *model, CamelStore *store, con
gtk_tree_store_set ((GtkTreeStore *) model, &iter,
COL_STRING_DISPLAY_NAME, display_name,
COL_POINTER_CAMEL_STORE, store,
- COL_STRING_FULL_NAME, "",
+ COL_STRING_FULL_NAME, NULL,
COL_BOOL_LOAD_SUBDIRS, TRUE,
COL_BOOL_IS_STORE, TRUE,
COL_STRING_URI, uri, -1);