Author: cazfi
Date: Fri Aug 29 23:14:56 2014
New Revision: 26141

URL: http://svn.gna.org/viewcvs/freeciv?rev=26141&view=rev
Log:
Removed separate "Villages" help entry as hut-like extras have their help 
entries.
In most rulesets added text from the old "Villages" entry as helptext for the 
"Minor Tribe Village"
extra, but changes made where applicable.

See patch #5082

Modified:
    branches/S2_5/client/gui-gtk-3.0/mapview.c

Modified: branches/S2_5/client/gui-gtk-3.0/mapview.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/mapview.c?rev=26141&r1=26140&r2=26141&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/mapview.c  (original)
+++ branches/S2_5/client/gui-gtk-3.0/mapview.c  Fri Aug 29 23:14:56 2014
@@ -428,7 +428,9 @@
 **************************************************************************/
 void flush_dirty(void)
 {
-  gdk_window_process_updates(gtk_widget_get_window(map_canvas), FALSE);
+  if (map_canvas != NULL) {
+    gdk_window_process_updates(gtk_widget_get_window(map_canvas), FALSE);
+  }
 }
 
 /****************************************************************************


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

Reply via email to