aboutsummaryrefslogtreecommitdiff
path: root/src/folderview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-15 01:34:02 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-15 01:34:02 +0000
commit2a0d666188a10c418bba6cc9b5156cfc8e8ae6f1 (patch)
tree9b7a58a6808f96b0e2a14ee21e44338eaf9b5504 /src/folderview.c
parent6645c09ac9d555780022d88749d2db708d1286fd (diff)
added new search folder icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2388 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/folderview.c')
-rw-r--r--src/folderview.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/folderview.c b/src/folderview.c
index 8ed54b62..18ec6d74 100644
--- a/src/folderview.c
+++ b/src/folderview.c
@@ -547,13 +547,13 @@ void folderview_init(FolderView *folderview)
stock_pixbuf_gdk(treeview, STOCK_PIXMAP_INBOX, &inbox_pixbuf);
stock_pixbuf_gdk(treeview, STOCK_PIXMAP_OUTBOX, &outbox_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_CLOSE, &folder_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_OPEN, &folderopen_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_NOSELECT,
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_CLOSE, &folder_pixbuf);
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_OPEN, &folderopen_pixbuf);
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_NOSELECT,
&foldernoselect_pixbuf);
stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DRAFT, &draft_pixbuf);
stock_pixbuf_gdk(treeview, STOCK_PIXMAP_TRASH, &trash_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_GROUP, &virtual_pixbuf);
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_SEARCH, &virtual_pixbuf);
}
void folderview_reflect_prefs(FolderView *folderview)