28bd411837
- Updated the city data from geonames.org - Fix a memory leak and potential crash with the locations list - Cycle through a smaller list of map locations on repeated clicks
29 lines
793 B
Diff
29 lines
793 B
Diff
From dae825d29bfaaad2226aa4ad4b122ef2f28fcf59 Mon Sep 17 00:00:00 2001
|
|
From: David Shea <dshea@redhat.com>
|
|
Date: Tue, 3 Dec 2013 15:21:35 -0500
|
|
Subject: [PATCH 6/6] Removed timezone_-5.5.
|
|
|
|
There is no UTC-5:30 zone, and the file itself is a misnamed copy of
|
|
timezone_-9.5.png.
|
|
---
|
|
src/Makefile.am | 1 -
|
|
src/data/timezone_-5.5.png | Bin 437 -> 0 bytes
|
|
2 files changed, 1 deletion(-)
|
|
delete mode 100644 src/data/timezone_-5.5.png
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index fdf465c..df23a83 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -29,7 +29,6 @@ dist_ui_DATA = \
|
|
data/timezone_4.5.png \
|
|
data/timezone_-5.png \
|
|
data/timezone_5.png \
|
|
- data/timezone_-5.5.png \
|
|
data/timezone_5.5.png \
|
|
data/timezone_5.75.png \
|
|
data/timezone_-6.png \
|
|
--
|
|
2.1.0
|
|
|