diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-18 04:33:27 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-18 04:33:27 +0000 |
commit | e2883f1f00c90fe1aac3ab84d5a69f4146e1e0d5 (patch) | |
tree | b33e99932c59e0754cc9ad30238e39b65f11fadb /src/mainwindow.c | |
parent | f4076318c277f2a208dd1b2e1122907c2c456482 (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.c | 2 |
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), |