made the capplet actually save its settings (gnome bug #169)
This commit is contained in:
parent
4588378fac
commit
74cbf07996
2 changed files with 7 additions and 0 deletions
|
@ -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>.
|
||||
|
|
|
@ -226,6 +226,7 @@ void url_capplet_commit(void) {
|
|||
gnome_config_set_string(key, col2);
|
||||
g_free(key);
|
||||
}
|
||||
gnome_config_sync();
|
||||
gtk_main_quit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue