From 8e546420df08f5fe243aa4227be44915fd79b86b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 17 Jan 2009 23:46:45 +0000 Subject: Fix a runtime warning. svn path=/branches/kill-bonobo/; revision=37094 --- shell/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 6dac5f062b..0cf8c77d8c 100644 --- a/shell/main.c +++ b/shell/main.c @@ -187,7 +187,6 @@ categories_icon_theme_hack (void) /* Extract the directory components. */ dirname = g_path_get_dirname (filename); - g_debug ("Category Icon Path: %s", dirname); /* Add it to the icon theme's search path. This relies on * GtkIconTheme's legacy feature of using image files found -- cgit