comparison src/gaimrc.c @ 5440:7e8524b5ff98

[gaim-migrate @ 5822] Here's the core of the new prefs system. Nothing actually uses this yet, but that will come in time. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 18 May 2003 21:53:41 +0000
parents ad445074d239
children 702071b23c06
comparison
equal deleted inserted replaced
5439:66e875239458 5440:7e8524b5ff98
1624 1624
1625 g_free(filename); 1625 g_free(filename);
1626 g_free(filename_temp); 1626 g_free(filename_temp);
1627 1627
1628 gaim_debug(GAIM_DEBUG_INFO, "gaimrc", "Exiting save_prefs\n"); 1628 gaim_debug(GAIM_DEBUG_INFO, "gaimrc", "Exiting save_prefs\n");
1629 gaim_prefs_save(); /* put this here for now */
1629 } 1630 }
1630 1631
1631 1632
1632 /* This function is called by g_slist_insert_sorted to compare the item 1633 /* This function is called by g_slist_insert_sorted to compare the item
1633 * being compared to the rest of the items on the list. 1634 * being compared to the rest of the items on the list.