/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-08 17:44:33 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140608174433-0fstlfochr1l7d68
* Changed to extending Gtk.Application instead....

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
function main (argv) {
7
7
  var app = new Application.Application ()
8
 
  return app.application.run(argv);
 
8
  return app.run(argv);
9
9
}
10
10
 
11
11
main (ARGV);