diff options
author | Ted Gould <ted@gould.cx> | 2010-01-14 15:16:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-14 15:16:37 -0600 |
commit | 5a93b5e7a2d9f805756bdaa89d5a01f649f60da3 (patch) | |
tree | 66c6568dfcbb68224007b664e1cd0f8ca5b8684f /src | |
parent | 37127332ec8e359f7c3867da5bb39f993c97afc6 (diff) | |
download | ayatana-indicator-application-5a93b5e7a2d9f805756bdaa89d5a01f649f60da3.tar.gz ayatana-indicator-application-5a93b5e7a2d9f805756bdaa89d5a01f649f60da3.tar.bz2 ayatana-indicator-application-5a93b5e7a2d9f805756bdaa89d5a01f649f60da3.zip |
Debug message for directories.
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-application.c | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |