im.pidgin.pidgin: eaa0690375b1928f9f87cf83d2bb4da4026709a7
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Sat Dec 15 13:25:43 EST 2007
-----------------------------------------------------------------
Revision: eaa0690375b1928f9f87cf83d2bb4da4026709a7
Ancestor: e1e3e43c119da08c2f86638d37867881f3742d4c
Author: resiak at soc.pidgin.im
Date: 2007-12-15T18:23:04
Branch: im.pidgin.pidgin
Modified files:
libpurple/prefs.c
ChangeLog:
The debug message for purple_prefs_set_path when the pref in question is not
type="path" was wrong.
-------------- next part --------------
============================================================
--- libpurple/prefs.c ea1512721caf0987d1f7c6e4651955d3c6d88b5c
+++ libpurple/prefs.c 3e03ca8b0cb91ce18aaa0e3cb20033e32cb1bb8c
@@ -914,7 +914,7 @@ purple_prefs_set_path(const char *name,
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;
}
More information about the Commits
mailing list