~ubuntu-branches/ubuntu/saucy/lordsawar/saucy

« back to all changes in this revision

Viewing changes to src/gui/surrender-refused-dialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2008-12-20 13:52:12 UTC
  • mfrom: (1.1.6 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081220135212-noeb2w3y98ebo7o9
Tags: 0.1.4-1
[ Barry deFreese ]
* New upstream release.
* Move 0.0.8-2.1 changelog entry to correct point in changelog.
* Make lordsawar-data suggest lordsawar.
* Update my e-mail address.
* Add build-depends on intltool, uuid-dev, and libboost-dev.
* Don't install locales since there are no translations currently.
* Add simple man page for new lordsawar-pbm binary.
* Drop gcc4.3 patches as they have been fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "glade-helpers.h"
28
28
#include "image-helpers.h"
29
29
#include "input-helpers.h"
30
 
#include "../ucompose.hpp"
31
 
#include "../defs.h"
32
 
#include "../File.h"
 
30
#include "ucompose.hpp"
 
31
#include "defs.h"
 
32
#include "File.h"
33
33
 
34
34
SurrenderRefusedDialog::SurrenderRefusedDialog()
35
35
{
40
40
    Gtk::Dialog *d = 0;
41
41
    xml->get_widget("dialog", d);
42
42
    dialog.reset(d);
 
43
    decorate(dialog.get());
 
44
    window_closed.connect(sigc::mem_fun(dialog.get(), &Gtk::Dialog::hide));
43
45
 
44
46
    Gtk::Label *label;
45
47
    xml->get_widget("label", label);