2001-05-05  Bradford Hovinen  <hovinen@ximian.com>

	* prefs-widget.c (one_screensaver_cb): Fix segv

	* screensavers/*.xml: Added test attribute to monochrome setting
This commit is contained in:
Bradford Hovinen 2001-05-05 19:16:21 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent eba544a091
commit 7bfddd30e4
37 changed files with 40 additions and 35 deletions

View file

@ -638,6 +638,7 @@ write_command_line (gchar *name, xmlNodePtr argument_data, GTree *widget_db)
ret = line->str;
g_string_free (line, FALSE);
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Command line is %s", ret);
return ret;
}