use g_strconcat() instead of g_strjoin() to concatenate two strings.
authorSven Neumann <sven@gimp.org>
Tue, 20 Nov 2007 10:46:15 +0000 (10:46 +0000)
committerSven Neumann <neo@src.gnome.org>
Tue, 20 Nov 2007 10:46:15 +0000 (10:46 +0000)
commitd07f85e11ec1006927f06dc62a6f9c7101d1c45b
treec72c1a3438a78015537830c739d087497597dbf8
parent3bbc6f8fe3e2575d8ace7c19da14c7a51d97ea3f
use g_strconcat() instead of g_strjoin() to concatenate two strings.

2007-11-20  Sven Neumann  <sven@gimp.org>

* glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
g_strjoin() to concatenate two strings.

svn path=/trunk/; revision=5873
ChangeLog
glib/gerror.c