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:

committed by
Christian Persch

parent
1df98bd6a4
commit
ea1c807d69
@@ -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;
|
||||
|
Reference in New Issue
Block a user