From 3200fe1b84990ac23c15db11df1366a1d56b7b88 Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Tue, 3 Mar 2009 01:04:09 +0000 Subject: 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 --- src/bin/e_fm_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/e_fm_main.c') 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); -- cgit v1.2.1