summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-01-28 15:16:13 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-01-28 15:16:13 +0000
commit2bf99bb12e1d4bc9e35c2ef52f55af7b89751c3f (patch)
treeeefec0edbaeeba11511fccbb0eec8707fe33ebfb /gtk/gtktextchild.c
parent26f205e20ec540880a57568281415904125f1aa5 (diff)
downloadgtk+-2bf99bb12e1d4bc9e35c2ef52f55af7b89751c3f.tar.gz
gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...
2008-01-28 Michael Natterer <mitch@imendio.com> * gtk/gtktextchild.c * gtk/gtktextview.c: meant to use G_STRFUNC, not G_STRLOC... svn path=/trunk/; revision=19418
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r--gtk/gtktextchild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index 04adddad30..3809fcbf6d 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -60,7 +60,7 @@
if ((anchor)->segment == NULL) \
{ \
g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet",\
- G_STRLOC); \
+ G_STRFUNC); \
} \
} G_STMT_END
@@ -69,7 +69,7 @@
if ((anchor)->segment == NULL) \
{ \
g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet",\
- G_STRLOC); \
+ G_STRFUNC); \
return (val); \
} \
} G_STMT_END