made the capplet actually save its settings (gnome bug #169)

This commit is contained in:
Jacob Berkman 1999-05-16 04:08:21 +00:00
parent 4588378fac
commit 74cbf07996
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
1999-05-16 Jacob Berkman <jberk+@cmu.edu>
* url-properties.c (url_capplet_commit): added a
gnome_config_sync() so the changes actually get saved.
(gnome bug #169)
1998-12-12 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* url-properties.c: Change included "config.h" to <config.h>.

View file

@ -226,6 +226,7 @@ void url_capplet_commit(void) {
gnome_config_set_string(key, col2);
g_free(key);
}
gnome_config_sync();
gtk_main_quit();
}