changeset 12762:40584fbf8c6e

[gaim-migrate @ 15109] the name now includes the leading '/' committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Jan 2006 18:05:17 +0000
parents 95a73ce6e285
children dd84ed4f7f61
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Sun Jan 08 16:17:22 2006 +0000
+++ b/src/prefs.c	Sun Jan 08 18:05:17 2006 +0000
@@ -629,7 +629,7 @@
 
 	name = pref_full_name(pref);
 
-	gaim_debug_info("prefs", "removing pref /%s\n", name);
+	gaim_debug_info("prefs", "removing pref %s\n", name);
 
 	g_hash_table_remove(prefs_hash, name);
 	g_free(name);