aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp_802384.patch
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-20 19:40:49 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-20 19:40:49 +0100
commit39bc08ed8c8c3d1be351c2642c8e2eb572a3061c (patch)
treee3fc866a6652806755760ba51dd31812299a6478 /debian/patches/lp_802384.patch
parent4a2175798e434a4e33def2f30e15b49714eab33b (diff)
parentade1e121d41dd07ccc81a641862d81798e38b145 (diff)
downloadayatana-indicator-datetime-39bc08ed8c8c3d1be351c2642c8e2eb572a3061c.tar.gz
ayatana-indicator-datetime-39bc08ed8c8c3d1be351c2642c8e2eb572a3061c.tar.bz2
ayatana-indicator-datetime-39bc08ed8c8c3d1be351c2642c8e2eb572a3061c.zip
releasing version 0.3.90-0ubuntu1
Diffstat (limited to 'debian/patches/lp_802384.patch')
-rw-r--r--debian/patches/lp_802384.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/lp_802384.patch b/debian/patches/lp_802384.patch
deleted file mode 100644
index 2c30c9f..0000000
--- a/debian/patches/lp_802384.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-=== modified file 'src/datetime-service.c'
---- a/src/datetime-service.c 2011-10-13 04:30:40 +0000
-+++ b/src/datetime-service.c 2011-10-23 21:54:15 +0000
-@@ -1404,7 +1404,12 @@
-
- geo_master = client;
-
-- if (geo_master != NULL) {
-+ if (error != NULL) {
-+ g_warning("Unable to get a GeoClue client! '%s' Geolocation based timezone support will not be available.", error->message);
-+ return;
-+ }
-+
-+ if (geo_master == NULL) {
- g_warning(_("Unable to get a GeoClue client! Geolocation based timezone support will not be available."));
- return;
- }
-