gnome-games r7287 - trunk/gtali
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7287 - trunk/gtali
- Date: Mon, 28 Jan 2008 12:40:52 +0000 (GMT)
Author: chpe
Date: Mon Jan 28 12:40:52 2008
New Revision: 7287
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7287&view=rev
Log:
2008-01-28 Christian Persch <chpe gnome org>
* clist.c: (gtk_tree_path_to_row): Use G_STRFUNC instead
of the deprecated G_GNUC_FUNCTION.
Modified:
trunk/gtali/ChangeLog
trunk/gtali/clist.c
Modified: trunk/gtali/clist.c
==============================================================================
--- trunk/gtali/clist.c (original)
+++ trunk/gtali/clist.c Mon Jan 28 12:40:52 2008
@@ -115,7 +115,7 @@
gint row;
if (sscanf (path_str, "%i", &row) != 1) {
g_warning ("%s: could not convert '%s' to integer\n",
- G_GNUC_FUNCTION, path_str);
+ G_STRFUNC, path_str);
g_free (path_str);
return -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]