Luca Bruno scrisse: > I have a rough idea on what is happening, but I have to check first.
Can you please try the attached patch? It is for the tweak toolbar only and it works for me. If you confirm that the problem is fixed, I'll commit all the other fixes and send a report to -devel (that is, never set an empty string as translatable). Ciao, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S. | luca.br(AT)uno.it `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Proud Debian GNU/Linux User
Index: src/widgets/toolbox.cpp
===================================================================
--- src/widgets/toolbox.cpp (revisione 15918)
+++ src/widgets/toolbox.cpp (copia locale)
@@ -2630,7 +2630,7 @@
2, "tweak_colorjitter_mode",
-1 );
- EgeSelectOneAction* act = ege_select_one_action_new( "TweakModeAction", _(""), _(""), NULL, GTK_TREE_MODEL(model) );
+ EgeSelectOneAction* act = ege_select_one_action_new( "TweakModeAction", (""), (""), NULL, GTK_TREE_MODEL(model) );
gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
g_object_set_data( holder, "mode_action", act );
pgpJGqH3sJf67.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Inkscape-translator mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/inkscape-translator
