]> Pileus Git - ~andy/gtk/commit
Use g_strdup on the translated string instead of g_strndup() + the length
authorJohan Dahlin <jdahlin@async.com.br>
Tue, 7 Aug 2007 21:04:23 +0000 (21:04 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Tue, 7 Aug 2007 21:04:23 +0000 (21:04 +0000)
commitf09b3248afe3920b4fb6c734f1263f483474d181
tree13f7face69b5dd05fa5ab61abfebeb160a78b3cc
parentce1d7e3a4a73c3a17c09c851cfdea9cc599c1b40
Use g_strdup on the translated string instead of g_strndup() + the length

2007-08-07  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbuilderparser.c (text): Use g_strdup on the translated
    string instead of g_strndup() + the length of the untranslated
    string. (#461945, Claude Paroz)

svn path=/trunk/; revision=18588
ChangeLog
gtk/gtkbuilderparser.c