gnome-games r8432 - trunk/libgames-support



Author: chpe
Date: Tue Jan  6 18:18:32 2009
New Revision: 8432
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8432&view=rev

Log:
Fix the KDE cards directory.

Modified:
   trunk/libgames-support/games-card-theme-kde.c

Modified: trunk/libgames-support/games-card-theme-kde.c
==============================================================================
--- trunk/libgames-support/games-card-theme-kde.c	(original)
+++ trunk/libgames-support/games-card-theme-kde.c	Tue Jan  6 18:18:32 2009
@@ -192,10 +192,9 @@
   _games_card_theme_class_append_theme_info_foreach_env
     (klass, "GAMES_CARD_THEME_PATH_KDE", list);
 
-#if 0
+  /* FIXMEchpe: is this universal, or ubuntu specific? */
   _games_card_theme_class_append_theme_info_foreach
-    (klass, games_runtime_get_directory (GAMES_RUNTIME_SCALABLE_CARDS_DIRECTORY), list);
-#endif
+    (klass, "/usr/share/kde4/apps/carddecks", list);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]