[evolution-data-server/gnome-3-4] Bug #677183 - maildir account doesn't open
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-4] Bug #677183 - maildir account doesn't open
- Date: Thu, 7 Jun 2012 11:15:20 +0000 (UTC)
commit 0d1aa9243998c9cb40b9f47a89fc8e61f85917fd
Author: Milan Crha <mcrha redhat com>
Date: Thu Jun 7 13:14:57 2012 +0200
Bug #677183 - maildir account doesn't open
camel/camel-settings.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/camel/camel-settings.c b/camel/camel-settings.c
index e453456..d389645 100644
--- a/camel/camel-settings.c
+++ b/camel/camel-settings.c
@@ -266,15 +266,6 @@ camel_settings_load_from_url (CamelSettings *settings,
"user", url->user,
NULL);
- /* Some CamelLocalSettings properties are read directly
- * from the CamelURL struct instead of from parameters. */
-
- if (CAMEL_IS_LOCAL_SETTINGS (settings))
- g_object_set (
- settings,
- "path", url->path,
- NULL);
-
for (ii = 0; ii < n_properties; ii++) {
GParamSpec *pspec = properties[ii];
const gchar *string;
@@ -395,6 +386,15 @@ camel_settings_load_from_url (CamelSettings *settings,
}
}
+ /* Some CamelLocalSettings properties are read directly
+ * from the CamelURL struct instead of from parameters. */
+
+ if (CAMEL_IS_LOCAL_SETTINGS (settings))
+ g_object_set (
+ settings,
+ "path", url->path,
+ NULL);
+
g_object_thaw_notify (G_OBJECT (settings));
g_free (properties);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]