aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-18 04:33:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-18 04:33:27 +0000
commite2883f1f00c90fe1aac3ab84d5a69f4146e1e0d5 (patch)
treeb33e99932c59e0754cc9ad30238e39b65f11fadb /src/mainwindow.c
parentf4076318c277f2a208dd1b2e1122907c2c456482 (diff)
added separator between junk and next (or execute).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1495 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 9ce5374f..beb8dca6 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2462,6 +2462,8 @@ static GtkWidget *main_window_toolbar_create(MainWindow *mainwin)
G_CALLBACK(toolbar_junk_cb),
mainwin);
+ gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));
+
icon_wid = gtk_image_new_from_stock(GTK_STOCK_EXECUTE,
GTK_ICON_SIZE_LARGE_TOOLBAR);
exec_btn = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar),