Update of bug #24474 (project freeciv):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #2:

The error seems to come when
1) The main_message_area contains long enough lines (it always does in
practice, it was just in my debugging tests removing all the long lines that I
could confirm that this is relevant)
2) The "detached" window is realized(/shown) while it contains that
main_message_area (after reparenting all of the detachable box to that
window). The error message comes from the gtk_widget_show()

Attached patch works around this situation (though I don't see any bug of ours
in it - maybe this is bug in gtk?) by hiding the main_message_area for the
gtk_widget_show() call of the window. Once window has already shown, also the
main_message_area itself can be shown again.

(file #26915, file #26916)
    _______________________________________________________

Additional Item Attachment:

File name: DetachablesRearrange.patch     Size:7 KB
File name: DetachablesRearrange-S2_6.patch Size:3 KB


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24474>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to