From 34e9772de6b6712fe384b67b664c5d1f9a3711c6 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 28 Nov 2006 09:55:42 +0000 Subject: [PATCH] Use the same icon in the border as is used in the config panel. SVN revision: 27260 --- src/bin/e_int_config_borders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_borders.c b/src/bin/e_int_config_borders.c index 5576e95a7..f8e1ee94a 100644 --- a/src/bin/e_int_config_borders.c +++ b/src/bin/e_int_config_borders.c @@ -27,7 +27,7 @@ e_int_config_borders(E_Container *con) if (!v) return NULL; cfd = e_config_dialog_new(con, _("Default Border Style"), "E", "_config_border_style_dialog", - NULL, 0, v, con); + "enlightenment/windows", 0, v, con); return cfd; }