Applied patch from drk@sgi.com to fix bug #60822.

2001-09-29  Richard Hestilow  <hestilow@ximian.com>

	* wm-properties-capplet.c: Applied patch from drk@sgi.com
	to fix bug #60822.
This commit is contained in:
Richard Hestilow 2001-09-29 22:15:31 +00:00 committed by Rachel Hestilow
parent 019aa00beb
commit 5305c80879
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-09-29 Richard Hestilow <hestilow@ximian.com>
* wm-properties-capplet.c: Applied patch from drk@sgi.com
to fix bug #60822.
2001-09-29 Richard Hestilow <hestilow@ximian.com>
* wm-list.c (wm_list_read_dir): Check if config_tryexec is blank,

View file

@ -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;