Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e47a0d3537d393fd0630d5b320286684 > files > 4

libgnome-2.32.1-2.fc15.src.rpm

--- libgnome-2.11.1/libgnome/gnome-score.c.scoreloc	2005-03-28 10:45:07.000000000 -0500
+++ libgnome-2.11.1/libgnome/gnome-score.c	2005-07-11 11:56:34.233156000 -0400
@@ -91,10 +91,12 @@
 {
    if (level)
      return g_strconcat (LIBGNOME_LOCALSTATEDIR,
+			 G_DIR_SEPARATOR_S "lib"
 			 G_DIR_SEPARATOR_S "games" G_DIR_SEPARATOR_S,
 			 progname, ".", level, ".scores", NULL);
    else
      return g_strconcat (LIBGNOME_LOCALSTATEDIR,
+			 G_DIR_SEPARATOR_S "lib"
 			 G_DIR_SEPARATOR_S "games" G_DIR_SEPARATOR_S,
 			 progname, ".scores", NULL);
 }