Bug 512566 – dont' use deprecated macro Patch from Christian Persch
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 28 Jan 2008 20:58:11 +0000 (20:58 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 28 Jan 2008 20:58:11 +0000 (20:58 +0000)
2008-01-28  Behdad Esfahbod  <behdad@gnome.org>

        Bug 512566 – dont' use deprecated macro
        Patch from Christian Persch

        * tests/test-ot-tags.c:
        * tests/testscript.c:
        Replace G_GNUC_PRETTY_FUNCTION by G_STRFUNC

svn path=/trunk/; revision=2557

ChangeLog
tests/test-ot-tags.c
tests/testscript.c

index d3e64af..b909e17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,23 @@
+2008-01-28  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 512566 – dont' use deprecated macro
+       Patch from Christian Persch
+
+       * tests/test-ot-tags.c:
+       * tests/testscript.c:
+       Replace G_GNUC_PRETTY_FUNCTION by G_STRFUNC
+
 2008-01-28  Wouter Bolsterlee  <wbolster@svn.gnome.org>
 
+       Bug 512473 – [patch] gtk-doc warnings
+
        * pango/pango-context.c:
        * pango/pango-fontmap.c:
        * pango/pango-utils.c:
        * pango/pangofc-fontmap.h:
        * pango/pangox.c:
        * pango/reorder-items.c:
-
-       Fixed gtk-doc warnings. Bug #512473.
+       Fixed gtk-doc warnings.
 
 2008-01-21  Behdad Esfahbod  <behdad@gnome.org>
 
index 5363c1b..511f892 100644 (file)
@@ -30,7 +30,7 @@
     else                                                               \
       {                                                                        \
        g_warning ("%s:%d (%s): assertion '%s' failed",                 \
-                __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION, #stmt);    \
+                __FILE__, __LINE__, G_STRFUNC, #stmt);                 \
        exit (1);                                                       \
       }                                                                        \
 } G_STMT_END
index 98f3bea..4106e9a 100644 (file)
@@ -67,7 +67,7 @@
     else                                                               \
       {                                                                        \
        g_warning ("%s:%d (%s): assertion '%s' failed",                 \
-                __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION, #stmt);    \
+                __FILE__, __LINE__, G_STRFUNC, #stmt);                 \
        exit (1);                                                       \
       }                                                                        \
 } G_STMT_END