Fix segv
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:
parent
eba544a091
commit
7bfddd30e4
37 changed files with 40 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue