Author: alexl
Date: Mon Jan 28 10:34:36 2008
New Revision: 2033
URL: http://svn.gnome.org/viewvc/eel?rev=2033&view=rev

Log:
2008-01-28  Alexander Larsson  <[EMAIL PROTECTED]>

        * test/test-eel-image-table.c:
        Use G_STRFUNC instead of deprecated G_GNUC_FUNCTION
        



Modified:
   trunk/ChangeLog
   trunk/test/test-eel-image-table.c

Modified: trunk/test/test-eel-image-table.c
==============================================================================
--- trunk/test/test-eel-image-table.c   (original)
+++ trunk/test/test-eel-image-table.c   Mon Jan 28 10:34:36 2008
@@ -90,7 +90,7 @@
 
        text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
 
-       g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+       g_print ("%s(%s)\n", G_STRFUNC, text);
 #endif
 }
 
@@ -107,7 +107,7 @@
 
        text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
 
-       g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+       g_print ("%s(%s)\n", G_STRFUNC, text);
 #endif
 }
 
@@ -123,7 +123,7 @@
 
        text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
 
-       g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+       g_print ("%s(%s)\n", G_STRFUNC, text);
 }
 
 static void
@@ -138,7 +138,7 @@
 
        text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
 
-       g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+       g_print ("%s(%s)\n", G_STRFUNC, text);
 }
 
 static void
@@ -153,7 +153,7 @@
 
        text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
 
-       g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+       g_print ("%s(%s)\n", G_STRFUNC, text);
 }
 
 static int
@@ -164,7 +164,7 @@
 
        recursion_count++;
 
-       g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
+       g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
        gtk_widget_queue_resize (GTK_WIDGET (callback_data));
 
        recursion_count--;
@@ -192,7 +192,7 @@
        if (0) gtk_widget_size_allocate (GTK_WIDGET (image_table),
                                         &GTK_WIDGET (image_table)->allocation);
        
-       g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
+       g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
 
        recursion_count--;
 }
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to