~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to debian/patches/01_locking_on_autologin.patch

  • 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:
1
 
diff -Nur -x '*.orig' -x '*~' indicator-session-0.1.7/src/lock-helper.c indicator-session-0.1.7.new/src/lock-helper.c
2
 
--- indicator-session-0.1.7/src/lock-helper.c   2009-10-14 19:15:55.000000000 +0200
3
 
+++ indicator-session-0.1.7.new/src/lock-helper.c       2009-10-14 19:16:16.000000000 +0200
4
 
@@ -130,9 +130,11 @@
5
 
 gboolean
6
 
 will_lock_screen (void)
7
 
 {
8
 
+/*
9
 
        if (gdm_auto_login) {
10
 
                return FALSE;
11
 
        }
12
 
+*/
13
 
        if (is_guest) {
14
 
                return FALSE;
15
 
        }