/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk
33 by Gustav Hartvigsson
* Main window no on par with the C version
1
/* This file is part of GPump, a Pump.io client.
2
 *
3
 * GPump (THE SOFTWARE) is made available under the terms and conditions of the
4
 * GNU Lesser General Public Licence 3.0. A copy of the licence can be read
5
 * in the file lgpl-3.0.txt in the root of this project.
6
 */
7
8
const Gio = imports.gi.Gio;
9
const Lang = imports.lang;
10
34 by Gustav Hartvigsson
* added GetText stuffs...
11
12
const SettingsData = new Lang.Class ({
13
  Name: 'SettingsData',
14
  
36 by Gustav Hartvigsson
* changed from this.connect(...) to vfunc_ .
15
  _init: function () {
16
    
17
  }
34 by Gustav Hartvigsson
* added GetText stuffs...
18
  
19
});
20