diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 21:02:15 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 21:02:15 +0200 |
commit | a54ccde60a40f3c875eb57a371750c7d1c1f62f2 (patch) | |
tree | e37ebae8959af0c7c29a171c46fe723b2d689e2d /debian/patches | |
parent | ef92fb6b07220aea130c9a32890c56623e393a45 (diff) | |
download | ayatana-indicator-session-a54ccde60a40f3c875eb57a371750c7d1c1f62f2.tar.gz ayatana-indicator-session-a54ccde60a40f3c875eb57a371750c7d1c1f62f2.tar.bz2 ayatana-indicator-session-a54ccde60a40f3c875eb57a371750c7d1c1f62f2.zip |
releasing version 0.2.8-0ubuntu2
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/restore_lock_screen.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/restore_lock_screen.patch b/debian/patches/restore_lock_screen.patch new file mode 100644 index 0000000..12a24d4 --- /dev/null +++ b/debian/patches/restore_lock_screen.patch @@ -0,0 +1,19 @@ +=== modified file 'src/lock-helper.c' +--- src/lock-helper.c 2010-03-18 19:19:39 +0000 ++++ src/lock-helper.c 2010-03-23 17:47:37 +0000 +@@ -131,11 +131,12 @@ + return FALSE; + } + +- if (gconf_client == NULL) { ++ /* if (gconf_client == NULL) { + gconf_client = gconf_client_get_default(); + } + +- return gconf_client_get_bool (gconf_client, GCONF_KEY, NULL); ++ return gconf_client_get_bool (gconf_client, GCONF_KEY, NULL); */ ++ return TRUE; + } + + /* When the screensave go active, if we've got a mainloop + |