X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=c99f64c4777dfee4ba2e62bb66b2f6a1ede9b598;hb=6a59fb210fde5428b23b55027ab223ead5024112;hp=3c9263662a9306897ec07d7cccdc6c6ebddc566b;hpb=9186298c1c3cc720211b88744e81f4c432479711;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 3c9263662..c99f64c47 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -512,6 +512,12 @@ void push_destination(void) { void pop_destination(void) { wcsession *WCC = WC; + if ((WCC) && (WCC->need_regi)) { + WCC->need_regi = 0; + display_reg(1); + return; + } + if ( (!WCC) || (WCC->PushedDestination == NULL) || (StrLength(WCC->PushedDestination) == 0) ) { do_welcome(); return;