Mercurial > pidgin
changeset 21830:f2cf1d61a676
The debug message for purple_prefs_set_path when the pref in question is not
type="path" was wrong.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 15 Dec 2007 18:23:04 +0000 |
parents | cc0809ec0c85 |
children | 543306932d15 8d5989d932c9 |
files | libpurple/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prefs.c Fri Dec 14 21:44:34 2007 +0000 +++ b/libpurple/prefs.c Sat Dec 15 18:23:04 2007 +0000 @@ -914,7 +914,7 @@ if(pref) { if(pref->type != PURPLE_PREF_PATH) { purple_debug_error("prefs", - "purple_prefs_set_path: %s not a string pref\n", name); + "purple_prefs_set_path: %s not a path pref\n", name); return; }