/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/user_menu.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:
6
6
 */
7
7
 
8
8
/** @file
9
 
 * UserMenu is a custom GtkPopover that shows the accounts that can be
10
 
 * switched between and accsess to the user wizard/account maneger.
11
9
 */
12
10
 
13
11
const Gtk = imports.gi.Gtk;
16
14
 
17
15
const AccountUI = imports.account_ui;
18
16
 
 
17
/** @class
 
18
 * UserMenu is a custom GtkPopover that shows the accounts that can be
 
19
 * switched between and accsess to the user wizard/account maneger.
 
20
 */
19
21
const UserMenu = new Lang.Class ({
20
22
  Name: "UserMenu",
21
23
  Extends: Gtk.Popover,