diff --git a/capplets/wm-properties/ChangeLog b/capplets/wm-properties/ChangeLog index f34d4dc84..d895f08b8 100644 --- a/capplets/wm-properties/ChangeLog +++ b/capplets/wm-properties/ChangeLog @@ -1,3 +1,8 @@ +2001-09-29 Richard Hestilow + + * wm-properties-capplet.c: Applied patch from drk@sgi.com + to fix bug #60822. + 2001-09-29 Richard Hestilow * wm-list.c (wm_list_read_dir): Check if config_tryexec is blank, diff --git a/capplets/wm-properties/wm-properties-capplet.c b/capplets/wm-properties/wm-properties-capplet.c index 0c7560d12..a5d47fa97 100644 --- a/capplets/wm-properties/wm-properties-capplet.c +++ b/capplets/wm-properties/wm-properties-capplet.c @@ -615,7 +615,7 @@ restart (gboolean force) 1, (char **)twm_argv, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0}; - const WindowManager twm_fallback = {(GnomeDesktopEntry*)&twm_dentry, "twm", "twm", 0, 0, 1, 0}; + WindowManager twm_fallback = {(GnomeDesktopEntry*)&twm_dentry, "twm", "twm", 0, 0, 1, 0}; if(selected_wm) { last_try_was_twm = FALSE;