From 86eb50324846f1592158209b2624037bf6e8bd22 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 9 Oct 2012 11:55:37 +0000 Subject: [PATCH] Fix RandR dialog icon. Signed-off-by: Christopher Michael SVN revision: 77638 --- src/modules/conf_randr/e_int_config_randr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_int_config_randr.c b/src/modules/conf_randr/e_int_config_randr.c index c778136b7..444d56fca 100644 --- a/src/modules/conf_randr/e_int_config_randr.c +++ b/src/modules/conf_randr/e_int_config_randr.c @@ -42,7 +42,8 @@ e_int_config_randr(E_Container *con, const char *params __UNUSED__) cfd = e_config_dialog_new(con, _("Screen Setup"), "E", "screen/screen_setup", - "preferences-system-screen-setup", 0, v, NULL); + "preferences-system-screen-resolution", + 0, v, NULL); /* NB: These are just arbitrary values I picked. Feel free to change */ e_win_size_min_set(cfd->dia->win, 180, 230);