]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Replaced _most_ gotoroom() calls with smart_goto(), a version
[citadel.git] / webcit / webcit.c
index 82eaa9541198bcd068bff546c59b4f5fbadf6a32..343546aee35e956a786ab7a94eec24b7a851e2c3 100644 (file)
@@ -757,7 +757,7 @@ void session_loop(char *browser_host)
                ungoto();
        } else if (!strcasecmp(action, "dotgoto")) {
                slrp_highest();
-               gotoroom(bstr("room"), 1);
+               smart_goto(bstr("room"));
        } else if (!strcasecmp(action, "termquit")) {
                do_logout();
        } else if (!strcasecmp(action, "readnew")) {