diff options
author | Ted Gould <ted@gould.cx> | 2010-03-24 10:23:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-24 10:23:44 -0500 |
commit | 74bbdf00b1a06372cb8326312d723e6aad880e39 (patch) | |
tree | 23af34d1d82cc3de60c4f766a31b055325eeab7a /debian/patches | |
parent | 66c6817500eb8e5ad899f20f8d46d4336e5ffdd3 (diff) | |
parent | 81db14844ae153486cd472e1186d98b33865a23a (diff) | |
download | ayatana-indicator-session-74bbdf00b1a06372cb8326312d723e6aad880e39.tar.gz ayatana-indicator-session-74bbdf00b1a06372cb8326312d723e6aad880e39.tar.bz2 ayatana-indicator-session-74bbdf00b1a06372cb8326312d723e6aad880e39.zip |
Updating to Ubuntu desktop
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 + |