Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561.

2008-01-28  Christian Persch  <chpe@gnome.org>

	* src/core/display.c: (convert_property):
	* src/core/screen.c: (meta_screen_calc_workspace_layout):
	* src/core/xprops.c: (meta_prop_get_values): 
	Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561.

svn path=/trunk/; revision=3529
This commit is contained in:
Christian Persch
2008-01-28 14:52:34 +00:00
committed by Christian Persch
parent 1df98bd6a4
commit ea1c807d69
4 changed files with 11 additions and 4 deletions

View File

@@ -4785,7 +4785,7 @@ convert_property (MetaDisplay *display,
* can send SelectionNotify
*/
/* FIXME the error trap pop synced anyway, right? */
meta_topic (META_DEBUG_SYNC, "Syncing on %s\n", G_GNUC_FUNCTION);
meta_topic (META_DEBUG_SYNC, "Syncing on %s\n", G_STRFUNC);
XSync (display->xdisplay, False);
return TRUE;