summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gloactiongroup.cxx
diff options
context:
space:
mode:
authorAntonio Fernandez <antonio.fernandez@aentos.es>2012-08-26 20:22:48 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-14 13:52:44 +0100
commit3411a8a23a1cda4fecaaf3dd2b3e83082b6419d0 (patch)
tree256da53759014fecd7fd2270dd8aac5af80366ed /vcl/unx/gtk/window/gloactiongroup.cxx
parentf39fff93a461e930fc61bde43db6df53508d4c8f (diff)
Menu is correctly displayed in all instances, but HUD remains broken.
Change-Id: Ia1089150ae9853649754a4de733ca4a7f8c3caae
Diffstat (limited to 'vcl/unx/gtk/window/gloactiongroup.cxx')
-rw-r--r--vcl/unx/gtk/window/gloactiongroup.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/unx/gtk/window/gloactiongroup.cxx b/vcl/unx/gtk/window/gloactiongroup.cxx
index 39ab45eed577..443c628c8c7b 100644
--- a/vcl/unx/gtk/window/gloactiongroup.cxx
+++ b/vcl/unx/gtk/window/gloactiongroup.cxx
@@ -39,9 +39,9 @@ using namespace std;
#define G_TYPE_LO_ACTION (g_lo_action_get_type ())
#define G_LO_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
- G_TYPE_LO_ACTION, GLOAction))
+ G_TYPE_LO_ACTION, GLOAction))
#define G_IS_LO_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
- G_TYPE_LO_ACTION))
+ G_TYPE_LO_ACTION))
struct _GLOAction
{
@@ -161,7 +161,6 @@ g_lo_action_group_query_action (GActionGroup *group,
GVariant **state_hint,
GVariant **state)
{
-// cout << __FUNCTION__ << " - " << action_name << " - enabled: " << enabled << " - parameter_type: " << parameter_type << " - state_type: " << state_type << " - state_hint: " << state_hint << " - state: " << state << endl;
GLOActionGroup *lo_group = G_LO_ACTION_GROUP (group);
GLOAction* action;