Commit f7105ade authored by Claes Sjofors's avatar Claes Sjofors

Xtt bugfix, xtt started with -s (select opplace) didn't load the eventlist

parent e6739d06
......@@ -750,6 +750,7 @@ void Xtt::opplace_selected_cb( void *ctx, char *text)
if ( xtt->op_close_button)
strcat( cmd, " /closebutton");
xtt->xnav->command( cmd);
xtt->xnav->load_ev_from_opplace();
}
void Xtt::list_opplace()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment