diff options
author | Davide Andreoli <dave@gurumeditation.it> | 2009-03-03 01:04:09 +0000 |
---|---|---|
committer | Davide Andreoli <dave@gurumeditation.it> | 2009-03-03 01:04:09 +0000 |
commit | 3200fe1b84990ac23c15db11df1366a1d56b7b88 (patch) | |
tree | 9dd7a0cb2a80b791baee9bd66083a04f416e2c71 /src/bin/e_fm_main.c | |
parent | b19ee965ee1e59f8245c5e2aab9fb1a2ef2db4c2 (diff) | |
download | enlightenment-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.c | 1 |
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); |