aboutsummaryrefslogtreecommitdiff
path: root/src/foldersel.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/foldersel.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/foldersel.c')
-rw-r--r--src/foldersel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/foldersel.c b/src/foldersel.c
index 32027880..fb7cabeb 100644
--- a/src/foldersel.c
+++ b/src/foldersel.c
@@ -367,11 +367,11 @@ static void foldersel_create(void)
static void foldersel_init(void)
{
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_CLOSE,
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_CLOSE,
&folder_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_OPEN,
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_OPEN,
&folderopen_pixbuf);
- stock_pixbuf_gdk(treeview, STOCK_PIXMAP_DIR_NOSELECT,
+ stock_pixbuf_gdk(treeview, STOCK_PIXMAP_FOLDER_NOSELECT,
&foldernoselect_pixbuf);
}