~ubuntu-branches/ubuntu/trusty/gnome-system-tools/trusty

« back to all changes in this revision

Viewing changes to src/users/user-settings.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-02-26 11:16:13 UTC
  • Revision ID: package-import@ubuntu.com-20140226111613-ba2sk5r2c2ndzg83
Tags: 3.0.0-3ubuntu3
debian/patches/the_admin_group_is_sudo.patch: Change no longer used 
"admin" group to "sudo", thanks Thaddäus Tintenfisch (LP: #1016932)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "users-tool.h"
30
30
#include "user-profiles.h"
31
31
 
32
 
#define ADMIN_GROUP "admin"
 
32
#define ADMIN_GROUP "sudo"
33
33
 
34
34
 
35
35
gboolean        user_delete                      (GtkTreeModel *model,