aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
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 /mail/em-folder-tree.c
parentde5a6da160aec23ba09116fdb41bb7bea622137a (diff)
downloadgsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.gz
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.bz2
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.lz
gsoc2013-evolution-f5a854ea2d1d4babc61029d4e841f9a09e99d5c8.tar.xz
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
Diffstat (limited to 'mail/em-folder-tree.c')
-rw-r--r--mail/em-folder-tree.c4
1 files changed, 2 insertions, 2 deletions
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];