summaryrefslogtreecommitdiff
path: root/src/bin/e_fm_main.c
diff options
context:
space:
mode:
authorDavide Andreoli <dave@gurumeditation.it>2009-03-03 01:04:09 +0000
committerDavide Andreoli <dave@gurumeditation.it>2009-03-03 01:04:09 +0000
commit3200fe1b84990ac23c15db11df1366a1d56b7b88 (patch)
tree9dd7a0cb2a80b791baee9bd66083a04f416e2c71 /src/bin/e_fm_main.c
parentb19ee965ee1e59f8245c5e2aab9fb1a2ef2db4c2 (diff)
downloadenlightenment-3200fe1b84990ac23c15db11df1366a1d56b7b88.tar.gz
Better use of label and icon for volumes, now everyone (inside e)
can use the same label and the same icon. Atm the icons in the menu are taken from efreet and thus from your icon theme...maybe icons found in the E17 theme should override the system one? SVN revision: 39337
Diffstat (limited to 'src/bin/e_fm_main.c')
-rw-r--r--src/bin/e_fm_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_fm_main.c b/src/bin/e_fm_main.c
index 8faa0d7e38..18c8072be5 100644
--- a/src/bin/e_fm_main.c
+++ b/src/bin/e_fm_main.c
@@ -777,6 +777,7 @@ e_volume_add(const char *udi)
if (!v) return NULL;
// printf("VOL+ %s\n", udi);
v->udi = strdup(udi);
+ v->icon = NULL;
_e_vols = eina_list_append(_e_vols, v);
e_hal_device_get_all_properties(_e_dbus_conn, v->udi,
_e_dbus_cb_vol_prop, v);