diff options
Diffstat (limited to 'lib/egg/egg-action.h')
-rw-r--r-- | lib/egg/egg-action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/egg-action.h b/lib/egg/egg-action.h index 0b678d208..994d4f846 100644 --- a/lib/egg/egg-action.h +++ b/lib/egg/egg-action.h @@ -23,6 +23,7 @@ struct _EggAction gchar *tooltip; gchar *stock_id; /* icon */ + guint important : 1; guint sensitive : 1; guint visible : 1; guint label_set : 1; /* these two used so we can set label */ |