[evolution-data-server] Fix tagprefix for multiple accounts.
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix tagprefix for multiple accounts.
- Date: Thu, 17 Jun 2010 09:51:42 +0000 (UTC)
commit 870f55554d65cf7aa8d1067d2aad323354844b8a
Author: David Woodhouse <David Woodhouse intel com>
Date: Thu Jun 17 00:11:02 2010 +0100
Fix tagprefix for multiple accounts.
It gets very confusing looking at debug logs when all four imapx accounts
are using 'A' as their tagprefix.
camel/providers/imapx/camel-imapx-server.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 09a3aed..457d492 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -4077,8 +4077,6 @@ imapx_server_constructed (GObject *object)
class->tagprefix++;
if (class->tagprefix > 'Z')
class->tagprefix = 'A';
- server->tagprefix = 'A';
-
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]