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

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-13 21:51:09 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140613215109-1o4421hhbm8ztbei
* Changes a thing in the about dialoug.
* Changed the style of the close button in the prefs dialoug.
* Added, for future use, style.js...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/gjs
2
2
 
3
3
 
4
 
imports.searchPath.unshift('.', './src/'); //FIXME
 
4
imports.searchPath.unshift('.', './src/');
5
5
const Application = imports.app;
6
6
 
7
7
function main (argv) {