Some remaining fixes

This commit is contained in:
Berke Viktor
2012-10-30 08:58:50 +01:00
parent e681eafa78
commit 8d6f4d9d40
16 changed files with 33 additions and 33 deletions

View File

@ -1081,7 +1081,7 @@ static int tcl_prefs(ClientData cd, Tcl_Interp * irp, int argc, const char *argv
BADARGS(2, 2, " name");
switch (xchat_get_prefs (ph, argv[1], &str, &i)) {
switch (hexchat_get_prefs (ph, argv[1], &str, &i)) {
case 1:
Tcl_AppendResult(irp, str, NULL);
break;