# HG changeset patch # User Sadrul Habib Chowdhury # Date 1178594335 0 # Node ID efbe682933f7af1cc1aa083f66b2f1df80589db3 # Parent 37c57a0a9686d13da23029187d44d2f9dd105cf3 Show the correct error message when setting value for a path-list. diff -r 37c57a0a9686 -r efbe682933f7 libpurple/prefs.c --- 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; }