From 4391b34ce5672af430085964ae9deea660ebe857 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Mon, 1 Dec 2003 12:21:17 +0000 Subject: ops, now it's the right version svn path=/trunk/; revision=23519 --- mail/em-folder-tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 473ffa83ed..a5d1e718a7 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include @@ -266,7 +267,7 @@ render_pixbuf (GtkTreeViewColumn *column, GtkCellRenderer *renderer, pixbuf = folder_icons[FOLDER_ICON_INBOX]; else if (!strcasecmp (path, "/Outbox")) pixbuf = folder_icons[FOLDER_ICON_OUTBOX]; - else if if (*path == '/' && !strcasecmp (path + 1, CAMEL_VTRASH_NAME)) + else if (*path == '/' && !strcasecmp (path + 1, CAMEL_VTRASH_NAME)) pixbuf = folder_icons[FOLDER_ICON_TRASH]; else if (*path == '/' && !strcasecmp (path + 1, CAMEL_VJUNK_NAME)) pixbuf = folder_icons[FOLDER_ICON_JUNK]; -- cgit v1.2.3