gnome-games r8792 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8792 - trunk/libgames-support
- Date: Mon, 2 Mar 2009 18:23:58 +0000 (UTC)
Author: chpe
Date: Mon Mar 2 18:23:58 2009
New Revision: 8792
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8792&view=rev
Log:
Use G_SEARCHPATH_SEPARATOR_S
Modified:
trunk/libgames-support/games-card-theme.c
Modified: trunk/libgames-support/games-card-theme.c
==============================================================================
--- trunk/libgames-support/games-card-theme.c (original)
+++ trunk/libgames-support/games-card-theme.c Mon Mar 2 18:23:58 2009
@@ -192,7 +192,7 @@
if (!value || !value[0])
return TRUE;
- paths = g_strsplit (value, ":", -1);
+ paths = g_strsplit (value, G_SEARCHPATH_SEPARATOR_S, -1);
if (!paths)
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]