aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2007-11-05 16:50:57 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-11-05 16:50:57 +0800
commitf5a854ea2d1d4babc61029d4e841f9a09e99d5c8 (patch)
tree76ba78516e83fe950fee5202164ab7a0a9983255
parentde5a6da160aec23ba09116fdb41bb7bea622137a (diff)
downloadgsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.gz
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.zst
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.zip
Change enum order. LAST should be the last. Regression from #446035
2007-11-05 Sankar P <psankar@novell.com> * em-folder-tree.c: Change enum order. LAST should be the last. Regression from #446035 ** Fix for bug #493646 svn path=/trunk/; revision=34492
-rw-r--r--mail/ChangeLog8
-rw-r--r--mail/em-folder-tree.c4
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c560705e16..c43eb5fb4d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-05 Sankar P <psankar@novell.com>
+
+ * em-folder-tree.c:
+ Change enum order. LAST should be the last.
+ Regression from #446035
+
+ ** Fix for bug #493646
+
2007-10-31 Priit Laes <plaes@svn.gnome.org>
* em-format-html-display.c: Fix typo in documentation.
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index b60861bce1..be97353e42 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -273,8 +273,8 @@ enum {
FOLDER_ICON_SHARED_TO_ME,
FOLDER_ICON_SHARED_BY_ME,
FOLDER_ICON_SENT,
- FOLDER_ICON_LAST,
- FOLDER_ICON_VIRTUAL
+ FOLDER_ICON_VIRTUAL,
+ FOLDER_ICON_LAST
};
static GdkPixbuf *folder_icons[FOLDER_ICON_LAST];
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/games/imaze?id=d9c363671df243aa122a11b7663b505d77d41ce6'>Mark as broken: does not fetchBaptiste Daroussin2015-12-131-0/+1 * - Clarify LICENSEDmitry Marakasov2014-12-022-29/+22 * Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-294-0/+0 * Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1 * - Add stage supportDanilo Egea Gondolfo2013-11-172-11/+16 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0 * Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-1/+1 * - Update MASTER_SITESMartin Wilke2013-04-301-47/+51