aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-03-23 02:03:29 +0800
committerDan Winship <danw@src.gnome.org>2002-03-23 02:03:29 +0800
commit5f0988d34e49125a54a2af6e9c2838a500436aa5 (patch)
treef7f7ea5f22eb51293599d07e1f124a78c4f99aac
parentdfbbbf2bafcc7ea5098e40630b7069ba3e4fc181 (diff)
downloadgsoc2013-evolution-5f0988d34e49125a54a2af6e9c2838a500436aa5.tar.gz
gsoc2013-evolution-5f0988d34e49125a54a2af6e9c2838a500436aa5.tar.zst
gsoc2013-evolution-5f0988d34e49125a54a2af6e9c2838a500436aa5.zip
Fix a "how can this ever have worked" bug to make unread message counts
* evolution-storage.c (evolution_storage_update_folder): Fix a "how can this ever have worked" bug to make unread message counts start working again. (#22293 etc) svn path=/trunk/; revision=16228
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/evolution-storage.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d9fc450d54..2fdbcf1830 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,9 @@
2002-03-22 Dan Winship <danw@ximian.com>
+ * evolution-storage.c (evolution_storage_update_folder): Fix a
+ "how can this ever have worked" bug to make unread message counts
+ start working again. (#22293 etc)
+
* e-shell-folder-commands.c (e_shell_command_rename_folder): Use
e_folder_get_name. Don't assume it's the same as the last path
element.
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index 75d6935f1f..b62f3c5cae 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -910,7 +910,7 @@ evolution_storage_update_folder (EvolutionStorage *evolution_storage,
listener = p->data;
GNOME_Evolution_StorageListener_notifyFolderUpdated (listener, path, unread_count, &ev);
- if (ev._major != CORBA_NO_EXCEPTION)
+ if (ev._major == CORBA_NO_EXCEPTION)
continue;
if (ev._major != CORBA_USER_EXCEPTION)
6 threads.romain2010-02-022-0/+8 * . Update to 2.4.3.1.glewis2010-01-022-4/+4 * . Update to 2.4.3.glewis2009-12-245-62/+19 * . Add PowerPC support.glewis2009-12-073-3/+32 * Remove BROKEN, probably an error on the cluster.erwin2009-08-231-2/+0 * Mark BROKEN: does not builderwin2009-08-211-0/+2 * - Update lang/mono to 2.4.2.3.flz2009-08-106-83/+40 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Remove -D_GNU_SOURCE from CPPFLAGS as it causes segfault in strerror_r.flz2009-07-172-1/+2 * - Update lang/mono to 2.4.2.2flz2009-07-174-53/+63 * . Update to 2.4.2.1glewis2009-07-123-29/+22 * Update lang/mono to 2.4.2.flz2009-07-063-80/+4 * - Update lang/mono to 2.4.flz2009-06-2212-113/+388 * - Update lang/mono to 2.0.1.flz2009-02-0913-50/+337 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-20/+0 * Change from USE_BISON=yes to USE_BISON=build (functionally equivalent).wxs2008-09-231-1/+1 * - Update maintainer mail addressmiwi2008-07-261-1/+1 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-2/+1 * - Fix fetchpav2008-06-191-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06