diff mcabber/src/settings.c @ 1661:64a7428afcb3

Print list of options with '/set'
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 07 Dec 2009 11:16:03 +0200
parents fca9a4c17432
children
line wrap: on
line diff
--- a/mcabber/src/settings.c	Sat Dec 05 21:51:03 2009 +0100
+++ b/mcabber/src/settings.c	Mon Dec 07 11:16:03 2009 +0200
@@ -380,7 +380,7 @@
 }
 
 //  settings_foreach(type, pfunction, param)
-// Call pfunction(param, key, value) for each setting with requested type.
+// Call pfunction(key, value, param) for each setting with requested type.
 void settings_foreach(guint type, void (*pfunc)(char *k, char *v, void *param),
                       void *param)
 {