aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:08:13 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:08:13 +0100
commitfb0e7bddb26dfa7b9163754269341c1449be821d (patch)
tree75e79c6dde478060f9db62f908ec66caf8d4cb6f /src/device.c
parenta3b85f41ef90ad23d9cbc943fd24856d2775cc7a (diff)
parent17629a4f743c1bbae6f170eeb613bd4e9c4e7978 (diff)
downloadayatana-indicator-power-fb0e7bddb26dfa7b9163754269341c1449be821d.tar.gz
ayatana-indicator-power-fb0e7bddb26dfa7b9163754269341c1449be821d.tar.bz2
ayatana-indicator-power-fb0e7bddb26dfa7b9163754269341c1449be821d.zip
Import upstream version 12.10.5
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
{