summaryrefslogtreecommitdiffstats
path: root/src/ege-adjustment-action.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-01-04 10:32:50 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-01-04 10:32:50 +0000
commitec32124df8af74ef0186df800fe533cb367c43e2 (patch)
tree82ecbd001a7e0bcadcf5e4a7783016132dc6c634 /src/ege-adjustment-action.cpp
parentfor bbox calculation, disable call to Path::Coalesce (Bug 906952) (diff)
downloadinkscape-ec32124df8af74ef0186df800fe533cb367c43e2.tar.gz
inkscape-ec32124df8af74ef0186df800fe533cb367c43e2.zip
More GSEAL issues
(bzr r10836)
Diffstat (limited to 'src/ege-adjustment-action.cpp')
-rw-r--r--src/ege-adjustment-action.cpp2
1 files changed, 1 insertions, 1 deletions
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);