summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorAntonio Fernandez <antonio.fernandez@aentos.es>2012-08-14 14:38:35 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-14 13:52:42 +0100
commit7ebd6dc75d6ea590198ad5fef526d07f2e919c3d (patch)
treeb4b601acfc614b1b283e2d1cc8574d23d385ad74 /vcl/inc
parent62f6cf56fde7151a58f12cb05bdbd248cd59c369 (diff)
Menu is published once. Only special menus are updated now.
Change-Id: Ie7643e81c61ae0794bdf8a6e1e7d292f9550674b
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtksalmenu.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index 78ec7a1cf11e..3bffc6c2f8e7 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -62,9 +62,10 @@ private:
sal_Int32 mMenubarId;
sal_Int32 mActionGroupId;
- // GMenuModel attributes
+ // GMenuModel and GActionGroup attributes
GMenuModel* mpMenuModel;
GMenuModel* mpCurrentSection;
+ GActionGroup* mpActionGroup;
virtual void publishMenu( GMenuModel*, GActionGroup* );
GtkSalMenuItem* GetSalMenuItem( sal_uInt16 nId );