Added icon for shelf config dialog.

SVN revision: 26626
This commit is contained in:
Christopher Michael 2006-10-15 21:30:06 +00:00
parent e19def940c
commit 50c736f8be
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ e_int_shelf_config(E_Shelf *es)
cfd = e_config_dialog_new(es->zone->container,
_("Shelf Configuration"),
"E", "_shelf_config_dialog",
NULL, 0, v, es);
"enlightenment/shelf", 0, v, es);
es->config_dialog = cfd;
}
}