summaryrefslogtreecommitdiffstats
path: root/src/ege-select-one-action.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-07-03 11:15:24 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-07-03 11:15:24 +0000
commit8937e3c24816408a5d7332e3780e4798bf8a4104 (patch)
treee02559d49f0150f3b3978b974b2ca365b264f178 /src/ege-select-one-action.cpp
parentGTK+ cleanup: gtk_widget_ref (diff)
downloadinkscape-8937e3c24816408a5d7332e3780e4798bf8a4104.tar.gz
inkscape-8937e3c24816408a5d7332e3780e4798bf8a4104.zip
GTK+ cleanup: gtk_action_connect_proxy
(bzr r10409)
Diffstat (limited to 'src/ege-select-one-action.cpp')
-rw-r--r--src/ege-select-one-action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ege-select-one-action.cpp b/src/ege-select-one-action.cpp
index ea08f1c06..e0130a68d 100644
--- a/src/ege-select-one-action.cpp
+++ b/src/ege-select-one-action.cpp
@@ -735,7 +735,7 @@ GtkWidget* create_tool_item( GtkAction* action )
g_signal_connect( G_OBJECT(ract), "changed", G_CALLBACK( proxy_action_chagned_cb ), act );
sub = gtk_action_create_tool_item( GTK_ACTION(ract) );
- gtk_action_connect_proxy( GTK_ACTION(ract), sub );
+ gtk_activatable_set_related_action( GTK_ACTIVATABLE (sub), GTK_ACTION(ract) );
gtk_tool_item_set_tooltip_text( GTK_TOOL_ITEM(sub), tip );
gtk_box_pack_start( GTK_BOX(holder), sub, FALSE, FALSE, 0 );