Set an icon for the color dialog.

SVN revision: 26573
This commit is contained in:
Christopher Michael 2006-10-13 20:35:39 +00:00
parent 6eef368ae4
commit d5db1cde71
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ void
e_color_dialog_show(E_Color_Dialog *dia)
{
e_dialog_show(dia->dia);
e_dialog_border_icon_set(dia->dia, "enlightenment/colors");
}
void