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:
parent
94736ab677
commit
f707e7350e
9 changed files with 99 additions and 81 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue