/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/app.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-11-18 17:27:26 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: gustav.hartvigsson@gmail.com-20141118172726-g529eqic6li46h5c
Button still not worknig, saving for prosparitny

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * in the file lgpl-3.0.txt in the root of this project.
6
6
 */
7
7
 
8
 
const cairo = imports.gi.cairo;
 
8
 
 
9
const Gettext = imports.gettext;
9
10
const Gio = imports.gi.Gio;
10
11
const GLib = imports.gi.GLib;
11
12
const GObject = imports.gi.GObject;
12
13
const Gtk = imports.gi.Gtk;
 
14
const _ = imports.gettext.gettext;
13
15
const Lang = imports.lang;
14
 
const _ = imports.gettext.gettext;
15
 
const Gettext = imports.gettext;
16
16
 
17
17
const SettingsData = imports.settings_data;
18
18
/* const Style = imports.style; */