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
@@ -2255,7 +2255,7 @@ meta_screen_calc_workspace_layout (MetaScreen *screen,
|
||||
|
||||
if (i != grid_area)
|
||||
meta_bug ("did not fill in the whole workspace grid in %s (%d filled)\n",
|
||||
G_GNUC_FUNCTION, i);
|
||||
G_STRFUNC, i);
|
||||
|
||||
current_row = 0;
|
||||
current_col = 0;
|
||||
|
Reference in New Issue
Block a user