aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_toolbar.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-30 05:00:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-30 05:00:31 +0000
commit4ac2fa43ff3f49550c8a4db7dcfae5c5be4cf4b3 (patch)
tree86c3456224ed788d5fa42a8b742e9aa91281ff23 /src/prefs_toolbar.h
parent264dfa2a7372a8b9edbae249f45a13009ff4162d (diff)
don't automatically hide Junk and Execute button.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1511 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_toolbar.h')
-rw-r--r--src/prefs_toolbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_toolbar.h b/src/prefs_toolbar.h
index e89bb497..2fceb283 100644
--- a/src/prefs_toolbar.h
+++ b/src/prefs_toolbar.h
@@ -68,6 +68,7 @@ struct _PrefsToolbarItem
gint id;
gchar *tooltip;
StockPixmap icon;
+ const gchar *stock_id;
void (*callback) (GtkWidget *widget, gpointer data);
gpointer data;
};