matusik: Introduce concept of return_dialog - the di...

[email protected] Sun, 31 Jul 2005 23:51:03 -0700
Newsgroups gmane.games.freeciv.cvs
Message-ID <[email protected]>
This is an automated notification of a change to freeciv cvs, 
on Sun Jul 31 23:44:45 PDT 2005 = Mon Aug  1 06:44:45 2005 (GMT)
by Mateusz Stefek <[email protected]>

---- Files affected:

freeciv/client/gui-gtk-2.0 diplodlg.c gui_stuff.c gui_stuff.h plrdlg.c plrdlg.h

---- Log message:
      Tag: HEAD

Introduce concept of return_dialog - the dialog which will be raised when some other dialog is closed. Use it to raise the players report when a diplomacy dialog is closed (the meeting has to be initiated by us). Problem noticed by Jason. Patch by me in PR#13566