aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/restore_lock_screen.patch19
2 files changed, 9 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a79c07..7fea0a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-session (0.2.10-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Fix to lock screen so that the menu item is always to lock
+ the screen. (LP: #599848)
+ * Fix capitalization of complete update message.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:41:45 -0500
+
indicator-session (0.2.9-0ubuntu1) maverick; urgency=low
* New upstream release:
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
-