diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-15 11:13:35 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:56 +0100 |
commit | 097e8668a416362ed5f80c0d33888678da416f5d (patch) | |
tree | d4aecaf14c6009f3c5e5b6687df4044f06b26105 /vcl/inc/unx | |
parent | ce989d9a550fdd07b0af7809935bba0c1f1ca14e (diff) |
Menu is always visible now.
Change-Id: Ia6153c6630af2b04f3b022051aa1f7c48e2bfc1e
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 125c074fbd62..cc4451a1e331 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -217,8 +217,6 @@ class GtkSalFrame : public SalFrame friend void on_registrar_available (GDBusConnection*, const gchar*, const gchar*, gpointer); friend void on_registrar_unavailable (GDBusConnection*, const gchar*, gpointer); guint m_nWatcherId; - guint m_nMenuExportId; - guint m_nActionGroupExportId; void Init( SalFrame* pParent, sal_uLong nStyle ); void Init( SystemParentData* pSysData ); @@ -303,6 +301,9 @@ public: GtkSalFrame( SalFrame* pParent, sal_uLong nStyle ); GtkSalFrame( SystemParentData* pSysData ); + guint m_nMenuExportId; + guint m_nActionGroupExportId; + // dispatches an event, returns true if dispatched // and false else; if true was returned the event should // be swallowed |