remove debug spew.

2005-02-03  Mark McLoughlin  <mark@skynet.ie>

        * gtk/gtkicontheme.c: (load_themes): remove debug spew.
This commit is contained in:
Mark McLoughlin
2005-02-03 16:51:55 +00:00
committed by Mark McLoughlin
parent 4b08c83f0f
commit b6cd92f645
4 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-03 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkicontheme.c: (load_themes): remove debug spew.
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,

View File

@@ -1,3 +1,7 @@
2005-02-03 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkicontheme.c: (load_themes): remove debug spew.
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,

View File

@@ -1,3 +1,7 @@
2005-02-03 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkicontheme.c: (load_themes): remove debug spew.
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,

View File

@@ -1096,7 +1096,6 @@ load_themes (GtkIconTheme *icon_theme)
else
unthemed_icon->no_svg_filename = abs_file;
g_print ("found unthemed icon %s\n", abs_file);
g_hash_table_insert (priv->unthemed_icons,
base_name,
unthemed_icon);