aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-11-13 14:40:47 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-11-13 14:40:47 -0600
commitf6075f09a107998beb6fb8d4bbc111f11a3f9dae (patch)
tree3ed2ff86dba38a43390f8c3a84fe96343bac5d4f /src/device.c
parent014fbc261c19e75f24d46f3f06d3abf63840529e (diff)
parent727b8cab56a9ecd920c5656d09de0c5e6470017b (diff)
downloadayatana-indicator-power-f6075f09a107998beb6fb8d4bbc111f11a3f9dae.tar.gz
ayatana-indicator-power-f6075f09a107998beb6fb8d4bbc111f11a3f9dae.tar.bz2
ayatana-indicator-power-f6075f09a107998beb6fb8d4bbc111f11a3f9dae.zip
backport the 'AC Adapter shown in panel' bugfix from trunk/13.04
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 490ff1a..d028ab7 100644
--- a/src/device.c
+++ b/src/device.c
@@ -612,7 +612,7 @@ indicator_power_device_get_time_details (const IndicatorPowerDevice * device,
{
*details = g_strdup (device_name);
*accessible_name = g_strdup (device_name);
- *short_details = g_strdup (device_name);
+ *short_details = g_strdup ("");
}
else
{