diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-02-08 08:41:19 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-02-08 08:41:19 +0000 |
| commit | 4dfbde56fa77c00a76e590cca2e785343fabea59 (patch) | |
| tree | 1ed67e02edda14fe45d02689a830c49998f77191 /src/widgets/text-toolbar.cpp | |
| parent | [Bug #1658320] Color names have additional numbers. (diff) | |
| download | inkscape-4dfbde56fa77c00a76e590cca2e785343fabea59.tar.gz inkscape-4dfbde56fa77c00a76e590cca2e785343fabea59.zip | |
Fix g_warnings (typo in action name).
(bzr r15495)
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 2 |
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 ); |
