From d0c14090a0d5e74834fabd896406bfe2cd212449 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 28 Mar 2005 08:43:34 +0000 Subject: reimplemented folder selection dialog using GtkTreeView. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@189 ee746299-78ed-0310-b773-934348b2243d --- src/stock_pixmap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/stock_pixmap.h') diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h index 4da4d41f..c945abad 100644 --- a/src/stock_pixmap.h +++ b/src/stock_pixmap.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -83,5 +83,8 @@ gint stock_pixmap_gdk (GtkWidget *window, StockPixmap icon, GdkPixmap **pixmap, GdkBitmap **mask); +gint stock_pixbuf_gdk (GtkWidget *window, + StockPixmap icon, + GdkPixbuf **pixbuf); #endif /* __STOCK_PIXMAP_H__ */ -- cgit v1.2.3