summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorSeth Nickell <seth@src.gnome.org>2003-01-05 23:29:34 +0000
committerSeth Nickell <seth@src.gnome.org>2003-01-05 23:29:34 +0000
commit9689c7ac77ea3571a984469c531422fe493300ae (patch)
tree8ebb10208f2a1e03c952a935b85087149916ab51 /capplets
parentfff1f909c819c2ec1ba18ad663c2bbf84d9a85d4 (diff)
downloadgnome-control-center-9689c7ac77ea3571a984469c531422fe493300ae.tar.gz
oops, take out pointless printf debug
Diffstat (limited to 'capplets')
-rw-r--r--capplets/theme-switcher/gnome-theme-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/capplets/theme-switcher/gnome-theme-manager.c b/capplets/theme-switcher/gnome-theme-manager.c
index 12b3fe683..c29e4e3ff 100644
--- a/capplets/theme-switcher/gnome-theme-manager.c
+++ b/capplets/theme-switcher/gnome-theme-manager.c
@@ -655,8 +655,6 @@ add_custom_row_to_meta_theme (const gchar *current_gtk_theme,
blurb = g_strdup_printf ("<span size=\"larger\" weight=\"bold\">%s</span>\n%s",
_("Custom theme"), _("You can save this theme by pressing the Save Theme button."));
- printf ("Thumbnailing\n");
-
/* Invalidate the cache because the custom theme has potentially changed */
/* Commented out because it does odd things */
/*theme_thumbnail_invalidate_cache (&custom_meta_theme_info);*/