Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8769) civ population isn't updated
Home

[Freeciv-Dev] Re: (PR#8769) civ population isn't updated

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8769) civ population isn't updated
From: "Raimar Falke" <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Sat, 22 May 2004 01:47:09 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8769 >

On Tue, May 18, 2004 at 09:27:44AM -0700, Jason Short wrote:
> 
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=8769 >
> 
> The civilization population is shown on the panel.  But this isn't 
> updated until the end of the turn.  When you found (or, presumably, 
> capture or lose) a city it is not increased like it should be.

And the simple patch.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "Your mail could not be delivered to the following Address:
  VTCMC.VTLPR@xxxxxxxxxxxxx        ** Unassigned error message **"

Index: client/packhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/packhand.c,v
retrieving revision 1.369
diff -u -u -r1.369 packhand.c
--- client/packhand.c   21 May 2004 19:03:43 -0000      1.369
+++ client/packhand.c   22 May 2004 08:46:08 -0000
@@ -542,6 +542,7 @@
     update_city_description(pcity);
   }
 
+  update_info_label();
   try_update_effects(need_effect_update);
 }
 

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#8769) civ population isn't updated, Raimar Falke <=