From 5305c8087979c332695a00bc1c22259daaae8bc3 Mon Sep 17 00:00:00 2001 From: Richard Hestilow Date: Sat, 29 Sep 2001 22:15:31 +0000 Subject: [PATCH] Applied patch from drk@sgi.com to fix bug #60822. 2001-09-29 Richard Hestilow * wm-properties-capplet.c: Applied patch from drk@sgi.com to fix bug #60822. --- capplets/wm-properties/ChangeLog | 5 +++++ capplets/wm-properties/wm-properties-capplet.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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;