~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to src/lock-helper.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-12-10 10:42:21 UTC
  • mfrom: (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20091210104221-vf7zqsien3deqc1p
Tags: 0.1.7+r58-0ubuntu1
* New snapshot for libindicator 0.3.0
* debian/control
  - build depend on libtelepathy-glib-dev instead of libempathy-dev
  - build depend on libindicator-dev >= 0.3.0
* removed 03_tp_glib.patch and 99_autoreconf.patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
gboolean
131
131
will_lock_screen (void)
132
132
{
 
133
/*
133
134
        if (gdm_auto_login) {
134
135
                return FALSE;
135
136
        }
 
137
*/
136
138
        if (is_guest) {
137
139
                return FALSE;
138
140
        }