From 50c736f8be67c7241df975ab042d749a0dccb12e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 15 Oct 2006 21:30:06 +0000 Subject: [PATCH] Added icon for shelf config dialog. SVN revision: 26626 --- src/bin/e_int_shelf_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c index c004f151f..5820f5a92 100644 --- a/src/bin/e_int_shelf_config.c +++ b/src/bin/e_int_shelf_config.c @@ -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; } }