On 10/11/13 15:02, Jean-Marc Lasgouttes wrote: > The best to make it work is to have a look at getStatus in > frontends/qt4/GuiView.cpp. There you can expand the current handling > of LFUN_DIALOG_SHOW to mark the function as disabled as needed. > > Then, the patch you sent should just work.
I just pushed a further patch, with a couple of missing ifdefs, and I hope it will work ok (cannot reconfigure now to try myself). > Of course, this reauires to add ifdefs all over the code. You could > also decide that the functionality is a compiled-in stub when no chat > support is present. in the end, it's almost entirely contained in 3 independent files, with only a few changes to the dialog-show LFUN in GuiView.cpp. T.