<URL: http://bugs.freeciv.org/Ticket/Display.html?id=38808 >

This transaction appears to have no content
When you select a preset in the CMA dialog, the preset list never
goes away. It just sits there, dead to the world.

Attached patch fixes the issue.

-- 
John Lenton ([EMAIL PROTECTED])  --  http://except.com.ar/
except - responsible free software developers for hire.
Index: client/gui-sdl/cma_fe.c
===================================================================
--- client/gui-sdl/cma_fe.c	(revision 12860)
+++ client/gui-sdl/cma_fe.c	(working copy)
@@ -391,8 +391,8 @@
     bool load = pWidget->data.ptr != NULL;
     int index = MAX_ID - pWidget->ID;
     
-    del_group_of_widgets_from_gui_list(pCma->pAdv->pBeginWidgetList,
-                                                  pCma->pAdv->pEndWidgetList);
+    popdown_window_group_dialog(pCma->pAdv->pBeginWidgetList,
+                                pCma->pAdv->pEndWidgetList);
     FC_FREE(pCma->pAdv->pScroll);
     FC_FREE(pCma->pAdv);
     
begin:vcard
fn:John R. Lenton
n:Lenton;John R.
org;quoted-printable:Soluciones Inform=C3=A1ticas Libres S.A. ("Except")
adr;quoted-printable;quoted-printable:;;Montevideo 728 PB;C=C3=B3rdoba;C=C3=B3rdoba;X5000AXJ;Argentina
email;internet:[EMAIL PROTECTED]
title:President
tel;work:+54 351 474 5884
tel;home:+54 351 481 1021
tel;cell:+54 9 351 590 5319
x-mozilla-html:FALSE
url:http://except.com.ar/
version:2.1
end:vcard

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to