~darkxst/ubuntu/quantal/gnome-shell/lp1128804

« back to all changes in this revision

Viewing changes to js/gdm/fingerprint.js

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                                   g_interface_info: FprintManagerInfo,
20
20
                                   g_name: 'net.reactivated.Fprint',
21
21
                                   g_object_path: '/net/reactivated/Fprint/Manager',
22
 
                                   g_flags: (Gio.DBusProxyFlags.DO_NOT_AUTO_START |
23
 
                                             Gio.DBusProxyFlags.DO_NOT_LOAD_PROPERTIES) });
 
22
                                   g_flags: (Gio.DBusProxyFlags.DO_NOT_LOAD_PROPERTIES) });
24
23
 
25
24
    self.init(null);
26
25
    return self;