aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-06-26 23:12:24 +0800
committerIain Holmes <iain@src.gnome.org>2002-06-26 23:12:24 +0800
commit6f679c6c889771b0ca773cf90d2bfde4afd164ee (patch)
tree0aad039490c852e1b27d8a2f0a55a66837baca12 /shell/e-storage-set-view.c
parent65117fc884fdc8772306d97b076807b0ab3998e2 (diff)
downloadgsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.gz
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.bz2
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.lz
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.xz
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.zst
gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.zip
Changes for an importer bug and to get the storagesetselector in the summary
svn path=/trunk/; revision=17289
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r--shell/e-storage-set-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index f059e06493..a856ce5c93 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -2071,6 +2071,7 @@ e_storage_set_view_set_checkboxes_list (EStorageSetView *storage_set_view,
priv->checkboxes = g_hash_table_new (g_str_hash, g_str_equal);
for (; checkboxes; checkboxes = g_list_next (checkboxes)) {
char *path = checkboxes->data;
+
if (g_hash_table_lookup (priv->checkboxes, path))
continue;
path = g_strdup (path);