aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_toolbar.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 08:36:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 08:36:46 +0000
commitf21da65fd163dc94e5440fbf21ba97c7825df39e (patch)
tree91936b30ae750b153e925d13647a6696a3b0cf02 /src/prefs_toolbar.h
parentf319e36f2e97904017924de7a5281d2cae4b2900 (diff)
added the option 'Text at the right of icon' for the toolbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1516 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 0f3fe6fb..50697276 100644
--- a/src/prefs_toolbar.h
+++ b/src/prefs_toolbar.h
@@ -73,6 +73,7 @@ struct _PrefsToolbarItem
gchar *tooltip;
StockPixmap icon;
const gchar *stock_id;
+ gboolean is_important;
void (*callback) (GtkWidget *widget, gpointer data);
gpointer data;
};