aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-06 07:59:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-06 07:59:54 +0000
commit6ce03f41fff19dd312d0bbe2ef1866b8fb323016 (patch)
tree04d4e57edd1ffd3e9b0d4f819a331582a96f2a86 /src/mainwindow.c
parentc57fb216f1721c91195b09cfef5a8faf0054f38e (diff)
removed unused images.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@403 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index c11cc574..eb54d8c1 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2328,7 +2328,8 @@ static void main_window_toolbar_create(MainWindow *mainwin,
#if 0
gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));
- icon_wid = stock_pixbuf_widget(container, STOCK_PIXMAP_PREFERENCES);
+ icon_wid = gtk_image_new_from_stock(GTK_STOCK_PREFERENCES,
+ GTK_ICON_SIZE_LARGE_TOOLBAR);
prefs_btn = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar),
_("Prefs"),
_("Common preferences"),
@@ -2336,7 +2337,8 @@ static void main_window_toolbar_create(MainWindow *mainwin,
icon_wid,
G_CALLBACK(toolbar_prefs_cb),
mainwin);
- icon_wid = stock_pixbuf_widget(container, STOCK_PIXMAP_PROPERTIES);
+ icon_wid = gtk_image_new_from_stock(GTK_STOCK_PROPERTIES,
+ GTK_ICON_SIZE_LARGE_TOOLBAR);
account_btn = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar),
_("Account"),
_("Account setting"),