/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/preferences_ui.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-13 11:34:19 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140613113419-qghgec9kseko63qo
* Fixed the preferences dialoug. For some reasons
   properties that are set in the contructor were not transmitted to
   the class defined in the js, code...

* Added an about dialoug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  _init: function () {
19
19
    this.parent ({
20
20
      use_header_bar: true,
 
21
      modal: true,
21
22
      title: _("GPump preferences")
22
23
    });
23
24