Mercurial > pidgin.yaz
changeset 16951:efbe682933f7
Show the correct error message when setting value for a path-list.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 08 May 2007 03:18:55 +0000 |
parents | 37c57a0a9686 |
children | beb960114f7d |
files | libpurple/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prefs.c Tue May 08 02:49:42 2007 +0000 +++ b/libpurple/prefs.c Tue May 08 03:18:55 2007 +0000 @@ -937,7 +937,7 @@ if(pref->type != PURPLE_PREF_PATH_LIST) { purple_debug_error("prefs", - "purple_prefs_set_path_list: %s not a string list pref\n", + "purple_prefs_set_path_list: %s not a path list pref\n", name); return; }