gnome-terminal r2356 - in trunk: . src



Author: chpe
Date: Mon Jan 28 12:42:34 2008
New Revision: 2356
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2356&view=rev

Log:
2008-01-28  Christian Persch  <chpe gnome org>

	* src/terminal.c: (terminal_util_set_atk_name_description): 
	Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.

Modified:
   trunk/ChangeLog
   trunk/src/terminal.c

Modified: trunk/src/terminal.c
==============================================================================
--- trunk/src/terminal.c	(original)
+++ trunk/src/terminal.c	Mon Jan 28 12:42:34 2008
@@ -3114,7 +3114,7 @@
   if (obj == NULL)
     {
       g_warning ("%s: for some reason widget has no GtkAccessible",
-                 G_GNUC_FUNCTION);
+                 G_STRFUNC);
       return;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]