From 7027488b032734eda664e43e6f4a1a9d9c813776 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 20 May 2014 23:17:58 +0200 Subject: Fix #90: Print N/S and E/W in the location --- src/redshift-gtk/statusicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/redshift-gtk') diff --git a/src/redshift-gtk/statusicon.py b/src/redshift-gtk/statusicon.py index 2efbc07..3e66649 100644 --- a/src/redshift-gtk/statusicon.py +++ b/src/redshift-gtk/statusicon.py @@ -296,7 +296,7 @@ class RedshiftStatusIcon(object): elif key == 'Period': self.change_period(value) elif key == 'Location': - self.change_location(tuple(float(x) for x in value.split(', '))) + self.change_location(value.split(', ')) def child_stdout_line_cb(self, line): if line: -- cgit v1.2.3-70-g09d2