~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to src/editor/signpost-editor-dialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    //dialog->set_position(Gtk::WIN_POS_CENTER_ON_PARENT);
59
59
}
60
60
 
61
 
void SignpostEditorDialog::run()
 
61
int SignpostEditorDialog::run()
62
62
{
63
63
  dialog->show_all();
64
64
  int response = dialog->run();
71
71
        d_randomizer->pushRandomSignpost
72
72
          (sign_textview->get_buffer()->get_text());
73
73
    }
 
74
  return response;
74
75
}
75
76
 
76
77
void SignpostEditorDialog::on_randomize_clicked()