gnome-games r8505 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8505 - trunk/libgames-support
- Date: Tue, 6 Jan 2009 18:20:43 +0000 (UTC)
Author: chpe
Date: Tue Jan 6 18:20:43 2009
New Revision: 8505
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8505&view=rev
Log:
More debugging output.
Modified:
trunk/libgames-support/games-card-themes.c
Modified: trunk/libgames-support/games-card-themes.c
==============================================================================
--- trunk/libgames-support/games-card-themes.c (original)
+++ trunk/libgames-support/games-card-themes.c Tue Jan 6 18:20:43 2009
@@ -254,6 +254,11 @@
GDir *iter;
const char *filename;
+ _games_debug_print (GAMES_DEBUG_CARD_THEME,
+ "Looking for %s themes in %s\n",
+ G_OBJECT_CLASS_NAME (klass),
+ path);
+
_games_profile_start ("looking for %s card themes in %s", G_OBJECT_CLASS_NAME (klass), path);
iter = g_dir_open (path, 0, NULL);
@@ -290,6 +295,12 @@
const char *path,
LookupData *data)
{
+ _games_debug_print (GAMES_DEBUG_CARD_THEME,
+ "Looking for theme %s/%s in %s\n",
+ G_OBJECT_CLASS_NAME (klass),
+ data->filename,
+ path);
+
/* Try constructing the theme info */
data->theme_info = _games_card_theme_class_get_theme_info (klass, path, data->filename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]