Remove annoying debugging output.
2001-07-18 Richard Hestilow <hestilow@ximian.com> * capplet-dir.c (capplet_new): Remove annoying debugging output. * capplet-dir-view-html.c: Rewritten to use jimmac's new interface. * bcg_top.png, title.png, blank.png, active.png: Added. * Makefile.am (splash_DATA): Add new pixmap files. * gnomecc.glade: Remove ugly toolbar. * capplet-dir-view.[ch]: Remove toolbar-related code.
This commit is contained in:
parent
bf60a18254
commit
042c40c8da
7 changed files with 183 additions and 400 deletions
|
@ -61,8 +61,6 @@ capplet_new (CappletDir *dir, gchar *desktop_path)
|
|||
|
||||
g_return_val_if_fail (desktop_path != NULL, NULL);
|
||||
|
||||
g_print ("reading %s\n", desktop_path);
|
||||
|
||||
entry = g_hash_table_lookup (capplet_hash, desktop_path);
|
||||
if (entry) {
|
||||
g_print ("hash hit!!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue