I can activate "games on client", but the problem is, that a Toplevel window is opened then (dlg_gamelist.cc). I couldnt return to mainwindow.cc when loading a PGN file and click on "view". A solution is to iconify the window, but then I cannot return to games on client even if I deiconify it. You see I ran into some problems ;-)
eboard is designed to have gamelist window staying open beside mainwindow, so games of PGNs can be viewed etc. For DR maybe a tabbed solution would be best. I already tried to move gamelist in a gtk_notebook in mainwindow - but I got into more problems with this
I attach what I have done. Possible with this is to load a PGN and view it, but you cannot return anymore to gamelist then...
I only added this:
gtk_window_iconify(GTK_WINDOW(widget));
in row 565 in dlg_gamelist.cc.
Gogolo