summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@15ad00c4-1369-45f4-8270-35d70d36bdcd>2007-12-21 14:08:44 +0000
committer(no author) <(no author)@15ad00c4-1369-45f4-8270-35d70d36bdcd>2007-12-21 14:08:44 +0000
commit10f22875a33f8644ac47400857c6193cbcd744f0 (patch)
treeced86c7d7771fd00a61bda8c42fda6c538e3b77e
parent948defe24821f32af27cfcde0cdedae7666c5a1b (diff)
This commit was manufactured by cvs2svn to create tagsyncevolution-0-7
'syncevolution-0-7'. git-svn-id: https://zeitsenke.de/svn/SyncEvolution/tags/syncevolution-0-7@479 15ad00c4-1369-45f4-8270-35d70d36bdcd
-rw-r--r--src/EvolutionSyncClient.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/EvolutionSyncClient.cpp b/src/EvolutionSyncClient.cpp
index 41279ecb..23fad4ae 100644
--- a/src/EvolutionSyncClient.cpp
+++ b/src/EvolutionSyncClient.cpp
@@ -623,13 +623,7 @@ void EvolutionSyncClient::fatalError(void *object, const char *error)
exit(1);
}
-/*
- * There have been segfaults inside glib in the background
- * thread which ran the second event loop. Disabled it again,
- * even though the synchronous EDS API calls will block then
- * when EDS dies.
- */
-#if 0 && defined(HAVE_GLIB) && defined(HAVE_EDS)
+#if defined(HAVE_GLIB) && defined(HAVE_EDS)
# define RUN_GLIB_LOOP
#endif