diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-09-27 11:28:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:54 +0100 |
commit | 7dd3bb2cc6e0a72090ff3ac7a3e3824effa498e8 (patch) | |
tree | 49c6f7c9d554fe0f9ef56ccc8d952e9b41b90c4e /vcl/inc | |
parent | 26b2caf17928fd7cddff3e4a45e93b98a830641e (diff) |
All special items are now correctly displayed.
Change-Id: Ifce96d3e740a7ac89132dd23f9f51447e4372716
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index d99d73a8e9b0..7dadbfca521d 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -104,6 +104,7 @@ public: void Deactivate( const gchar* aMenuCommand ); void DisconnectFrame(); void UpdateNativeMenu(); +// void UpdateNativeSubMenu(); bool PrepUpdate(); }; |