aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-08 09:19:32 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-08 09:19:32 +0200
commit72c3ff616107bef50a7e996176c5f2cd35218b89 (patch)
treedcb7a440cfa243fd1305608cec57731ad05057d6 /src/presentation.h
parent013f650a3ddccd1b2f23840bee909236b7a03a35 (diff)
Restore style menu
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index d2dd4c0..f8f9429 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -121,7 +121,7 @@ struct presentation
GtkActionGroup *action_group;
GtkIMContext *im_context;
GtkWidget **menu_rebuild_list;
- struct menu_pl *menu_path_list;
+ struct style_id *menu_path_list;
int n_menu_rebuild;
PangoContext *pc;
ImageStore *is;