aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:09:49 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:09:49 +0100
commit7ef9fc96bc96d178d84930a466fa8b1f214cfdcf (patch)
tree8e73a42fb7cc85d32f256e954d11962718bf8dbb /src/device.c
parent74bed2a1ceda75184dbc174b457f5d09d3dd47f0 (diff)
parentfb0e7bddb26dfa7b9163754269341c1449be821d (diff)
downloadayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.tar.gz
ayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.tar.bz2
ayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.zip
* New upstream release:
- Fix a device display bug introduced in 12.10.3 (LP: #1075192)
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
{