Fix fingerprint buttons always being unsensitive with PolicyKit support
2008-11-28 Bastien Nocera <hadess@hadess.net> * gnome-about-me.c (create_fingerprint_button): Fix fingerprint buttons always being unsensitive with PolicyKit support svn path=/trunk/; revision=9154
This commit is contained in:
parent
b83b10d8b1
commit
64becacf35
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-28 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* gnome-about-me.c (create_fingerprint_button): Fix fingerprint
|
||||
buttons always being unsensitive with PolicyKit support
|
||||
|
||||
2008-11-27 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -174,7 +174,6 @@ create_fingerprint_button (const char *msg, const char *name)
|
|||
PolKitGnomeAction *gaction;
|
||||
|
||||
action = polkit_action_new_from_string_representation ("net.reactivated.fprint.device.enroll");
|
||||
polkit_action_set_action_id (action, name);
|
||||
gaction = polkit_gnome_action_new_default (name,
|
||||
action,
|
||||
msg,
|
||||
|
|
Loading…
Add table
Reference in a new issue