Give shelf contents dialog the same icon as configuring shelves.

SVN revision: 27040
This commit is contained in:
Christopher Michael 2006-11-11 02:22:33 +00:00
parent 36b4e08292
commit fc789f63d3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ e_int_gadcon_config(E_Gadcon *gc)
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
_("Shelf Contents"),
"E", "_gadcon_config_dialog",
NULL, 0, v, gc);
"enlightenment/shelf", 0, v, gc);
gc->config_dialog = cfd;
}
}