summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-02-08 08:41:19 +0000
committertavmjong-free <tavmjong@free.fr>2017-02-08 08:41:19 +0000
commit4dfbde56fa77c00a76e590cca2e785343fabea59 (patch)
tree1ed67e02edda14fe45d02689a830c49998f77191
parent[Bug #1658320] Color names have additional numbers. (diff)
downloadinkscape-4dfbde56fa77c00a76e590cca2e785343fabea59.tar.gz
inkscape-4dfbde56fa77c00a76e590cca2e785343fabea59.zip
Fix g_warnings (typo in action name).
(bzr r15495)
-rw-r--r--src/widgets/text-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp
index 24665be37..37497ac01 100644
--- a/src/widgets/text-toolbar.cpp
+++ b/src/widgets/text-toolbar.cpp
@@ -2023,7 +2023,7 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje
g_object_set( act, "short_label", "NotUsed", NULL );
gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
- g_object_set_data( holder, "TextDirectAction", act );
+ g_object_set_data( holder, "TextDirectionAction", act );
ege_select_one_action_set_appearance( act, "full" );
ege_select_one_action_set_radio_action_type( act, INK_RADIO_ACTION_TYPE );