~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to client/gui-gtk-2.0/messagewin.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2010-02-08 07:36:40 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100208073640-pzgcnz2z2tod5cu9
Tags: 2.1.11-1
* New upstream version.
* Bump to Standards-Version 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
{
68
68
  if (!meswin_shell) {
69
69
    create_meswin_dialog();
 
70
    real_update_meswin_dialog();
 
71
  } else {
 
72
    update_meswin_dialog();
70
73
  }
71
74
 
72
 
  update_meswin_dialog();
73
 
 
74
75
  gui_dialog_present(meswin_shell);
75
76
  if (raise) {
76
77
    gui_dialog_raise(meswin_shell);