aboutsummaryrefslogtreecommitdiff
path: root/src/addressadd.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-18 06:44:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-18 06:44:38 +0000
commit83239d6f2acb82ba71f05e065ae1636b6e7d90d9 (patch)
treef84442325f41976b900c999c0db97697867bc3dc /src/addressadd.c
parent1df57b79dcc7c35765a4ffec6f022afe95e49a2f (diff)
src/addressadd.c: removed warnings about xpm.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2807 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressadd.c')
-rw-r--r--src/addressadd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/addressadd.c b/src/addressadd.c
index 4eba0b65..440cc517 100644
--- a/src/addressadd.c
+++ b/src/addressadd.c
@@ -255,9 +255,11 @@ static void addressadd_create( void ) {
gtk_widget_show_all(vbox);
+#if 0
stock_pixmap_gdk(window, STOCK_PIXMAP_BOOK, &bookXpm, &bookXpmMask);
stock_pixmap_gdk(window, STOCK_PIXMAP_FOLDER_OPEN,
&folderXpm, &folderXpmMask);
+#endif
}
static void addressadd_load_folder( GtkCTreeNode *parentNode, ItemFolder *parentFolder,