Author: jtn
Date: Thu Sep 29 01:59:53 2016
New Revision: 33938

URL: http://svn.gna.org/viewcvs/freeciv?rev=33938&view=rev
Log:
Use transport selection dialog when loading unit from Gtk3 city dialog.

See bug #25122.

Modified:
    branches/S2_6/client/gui-gtk-3.0/citydlg.c

Modified: branches/S2_6/client/gui-gtk-3.0/citydlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-gtk-3.0/citydlg.c?rev=33938&r1=33937&r2=33938&view=diff
==============================================================================
--- branches/S2_6/client/gui-gtk-3.0/citydlg.c  (original)
+++ branches/S2_6/client/gui-gtk-3.0/citydlg.c  Thu Sep 29 01:59:53 2016
@@ -2660,7 +2660,7 @@
     player_unit_by_number(client_player(), (size_t)data);
 
   if (NULL != punit) {
-    request_unit_load(punit, NULL, unit_tile(punit));
+    request_transport(punit, unit_tile(punit));
   }
 }
 


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

Reply via email to