From 5a93b5e7a2d9f805756bdaa89d5a01f649f60da3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 14 Jan 2010 15:16:37 -0600 Subject: Debug message for directories. --- src/indicator-application.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/indicator-application.c b/src/indicator-application.c index 70d16c2..72d3d0d 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -420,6 +420,7 @@ theme_dir_unref(IndicatorApplication * ia, const gchar * dir) gint i; gboolean found = FALSE; for (i = 0; i < path_count; i++) { + g_debug("Looking at path dir: '%s'", paths[i]); if (found) { /* If we've already found the right entry */ paths[i - 1] = paths[i]; -- cgit v1.2.3