gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Add mouseover text for udev (!) icon


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Add mouseover text for udev (!) icon
Date: Sun, 12 Apr 2015 00:34:40 +0800

---
 gpscap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpscap.py b/gpscap.py
index 2a92e28..9bb0630 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -132,7 +132,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
                 elif self.get(dev, "rating") == "broken":
                     testfield += "<img title='Device is broken' src='bomb.png' 
alt='Bomb icon'>"
                 if self.has_option(dev, "usbchip") and self.get(dev, 
"usbchip") in hotpluggables:
-                    testfield += "<img src='hotplug.png' alt='Hotplug icon'>"
+                    testfield += "<img title='udev hotplug' src='hotplug.png' 
alt='Hotplug icon'>"
                 ofp.write("<td>%s</td>\n" % testfield)
                 nmea = "&nbsp;"
                 if self.has_option(dev, "nmea"):
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]