Fix to use correct termination condition and g_string API

2001-06-21  Bradford Hovinen  <hovinen@ximian.com>

	* capplets/new-*/main.c (do_set_xml): Fix to use correct
	termination condition and g_string API

	* capplets/new-screensaver-properties/preferences.c (clone_cb):
	Remove debugging code
This commit is contained in:
Bradford Hovinen 2001-06-21 14:28:48 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 94736ab677
commit f707e7350e
9 changed files with 99 additions and 81 deletions

View file

@ -177,9 +177,6 @@ preferences_new (void)
static gint
clone_cb (gchar *key, gchar *value, Preferences *new_prefs)
{
if (!strcmp (key, "programs"))
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Programs value is:\n%s", value);
g_tree_insert (new_prefs->config_db, key, g_strdup (value));
return 0;
}