diff options
author | Ted Gould <ted@gould.cx> | 2010-03-24 10:25:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-24 10:25:25 -0500 |
commit | 1e6cf587eaeb5c7e46a12ff0070b25c9730bb848 (patch) | |
tree | e83d2db3e23b80e5d6bce685edef95bd8c7bd6d8 /debian/patches | |
parent | 3ce500e1375736a23d59f0410f25ab832ca4c77b (diff) | |
download | ayatana-indicator-session-1e6cf587eaeb5c7e46a12ff0070b25c9730bb848.tar.gz ayatana-indicator-session-1e6cf587eaeb5c7e46a12ff0070b25c9730bb848.tar.bz2 ayatana-indicator-session-1e6cf587eaeb5c7e46a12ff0070b25c9730bb848.zip |
Remove debian/patches/restore_lock_screen.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/restore_lock_screen.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/restore_lock_screen.patch b/debian/patches/restore_lock_screen.patch deleted file mode 100644 index 12a24d4..0000000 --- a/debian/patches/restore_lock_screen.patch +++ /dev/null @@ -1,19 +0,0 @@ -=== 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 - |