diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-17 20:06:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:57 +0100 |
commit | 34504e4af678b52b6d6cfe7519ee1934f89c95dd (patch) | |
tree | c55a3767f9912d8cac1eac5a84a29a972e044953 /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | 4e112800895748775a4e3d194985f3baa78f1270 (diff) |
Chart menu works now.
Change-Id: I95861a5af8b9c72c74840868d0530d5855b87785
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index cc4451a1e331..b382e7e6d19d 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -303,6 +303,7 @@ public: guint m_nMenuExportId; guint m_nActionGroupExportId; + void FlushConnection(); // dispatches an event, returns true if dispatched // and false else; if true was returned the event should |