aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-10-29 20:08:50 +0800
committerMilan Crha <mcrha@redhat.com>2010-10-29 20:08:50 +0800
commit0b899d3bc0d1e14d8c20d6f52c18adc203be4c00 (patch)
tree970c9d4cf3c9db30a4d06927bf68ad34cae5bee1
parente101e63be94da933fe799f0afd754697fcf6173f (diff)
downloadgsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar.gz
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar.bz2
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar.lz
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar.xz
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.tar.zst
gsoc2013-evolution-0b899d3bc0d1e14d8c20d6f52c18adc203be4c00.zip
Bug #633155 - Incorrect signal connection with mail-vfolder.c:folder_deleted_cb
-rw-r--r--mail/mail-vfolder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 6ed6a61d90..8a3012e095 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -1168,7 +1168,7 @@ vfolder_load_storage (EMailBackend *backend)
G_CALLBACK (folder_unavailable_cb), session);
g_signal_connect (
folder_cache, "folder-deleted",
- G_CALLBACK (folder_deleted_cb), NULL);
+ G_CALLBACK (folder_deleted_cb), backend);
g_signal_connect (
folder_cache, "folder-renamed",
G_CALLBACK (folder_renamed_cb), NULL);