From f21da65fd163dc94e5440fbf21ba97c7825df39e Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 31 Jan 2007 08:36:46 +0000 Subject: 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 --- src/prefs_toolbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs_toolbar.h') 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; }; -- cgit v1.2.3