/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-19 22:05:36 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: gustav.hartvigsson@gmail.com-20141119220536-982uyozuq4d0f13h
* Strted work on changing how the SettingsData class works,
  should be better when I am done.
* Started commenting my code so it will be easier to mentain in the future.
  Not that there is much code, but anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
const PreferencesUI = imports.preferences_ui;
20
20
const UserMenu = imports.user_menu;
21
21
 
 
22
/** @class
 
23
 * This class is the main application class, it creates the main wiev
 
24
 * and basically is what runs the program.
 
25
 */
22
26
const Application = new Lang.Class ({
23
27
  Name: "Application",
24
28
  Extends: Gtk.Application,