Set mixer app border icon to mixer icon.

SVN revision: 36602
This commit is contained in:
Chidambar Zinnoury 2008-10-12 20:00:58 +00:00
parent a3c3d2c23f
commit 7e74f1ac81
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ e_mixer_app_dialog_new(E_Container *con, void (*func)(E_Dialog *dialog, void *da
e_dialog_button_focus_num(dialog, 1);
e_win_centered_set(dialog->win, 1);
e_dialog_show(dialog);
e_dialog_border_icon_set(dialog, "enlightenment/mixer");
// FIXME: what if module unloaded while mixer_app dialog up? bad!