[Xfce4-commits] <xfce4-power-manager:nick/upower-session> Use device path for name.
Nick Schermer
noreply at xfce.org
Sat Mar 24 12:20:01 CET 2012
Updating branch refs/heads/nick/upower-session
to c5e51a5db7f4bc388f2adc60de1cff226b1abdc5 (commit)
from e5c8ce9f63990a70b9b27e2163ba2c3df850e4d0 (commit)
commit c5e51a5db7f4bc388f2adc60de1cff226b1abdc5
Author: Nick Schermer <nick at xfce.org>
Date: Sat Mar 24 12:18:20 2012 +0100
Use device path for name.
src/xfpm-power-info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xfpm-power-info.c b/src/xfpm-power-info.c
index 94f4ac9..12a46a9 100644
--- a/src/xfpm-power-info.c
+++ b/src/xfpm-power-info.c
@@ -354,7 +354,7 @@ xfpm_info_add_device (XfpmInfo *info, UpDevice *device)
gtk_list_store_append (list_store, &iter);
gtk_list_store_set (list_store, &iter,
XFPM_DEVICE_INFO_NAME, _("Device"),
- XFPM_DEVICE_INFO_VALUE, "TODO",
+ XFPM_DEVICE_INFO_VALUE, up_device_get_object_path (device),
-1);
/* Kind */
More information about the Xfce4-commits
mailing list