From 4dfc45e61b5205cd41aab21d87f6d9bddf0e929c Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Sun, 12 Apr 2015 00:34:40 +0800 Subject: Add mouseover text for udev (!) icon Signed-off-by: Gary E. Miller --- gpscap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 2a92e28b..9bb06309 100644 --- a/gpscap.py +++ b/gpscap.py @@ -132,7 +132,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): elif self.get(dev, "rating") == "broken": testfield += "Bomb icon" if self.has_option(dev, "usbchip") and self.get(dev, "usbchip") in hotpluggables: - testfield += "Hotplug icon" + testfield += "Hotplug icon" ofp.write("%s\n" % testfield) nmea = " " if self.has_option(dev, "nmea"): -- cgit v1.2.1