From ec32124df8af74ef0186df800fe533cb367c43e2 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Wed, 4 Jan 2012 10:32:50 +0000 Subject: More GSEAL issues (bzr r10836) --- src/ege-adjustment-action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ege-adjustment-action.cpp') diff --git a/src/ege-adjustment-action.cpp b/src/ege-adjustment-action.cpp index f3009ac04..02ed37d0a 100644 --- a/src/ege-adjustment-action.cpp +++ b/src/ege-adjustment-action.cpp @@ -569,7 +569,7 @@ void ege_adjustment_action_set_appearance( EgeAdjustmentAction* action, gchar co static void process_menu_action( GtkWidget* obj, gpointer data ) { GtkCheckMenuItem* item = GTK_CHECK_MENU_ITEM(obj); - if ( item->active ) { + if ( gtk_check_menu_item_get_active (item)) { EgeAdjustmentAction* act = (EgeAdjustmentAction*)g_object_get_qdata( G_OBJECT(obj), gDataName ); gint what = GPOINTER_TO_INT(data); -- cgit v1.2.3