comparison src/prefs.c @ 5539:de09863bd4b5

[gaim-migrate @ 5939] Split Show URLs as Links into Show URLs as Links and Send URLs as Links, and converted them to the new prefs system. Also, added a function in gtkprefs.c called prefs_checkbox(), which works with the new prefs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 27 May 2003 20:10:21 +0000
parents 0aa4d089125c
children 7a64114641c3
comparison
equal deleted inserted replaced
5538:f7dc3f656f03 5539:de09863bd4b5
95 gaim_prefs_connect_callback("/", prefs_save_cb, NULL); 95 gaim_prefs_connect_callback("/", prefs_save_cb, NULL);
96 96
97 gaim_prefs_add_none("/core"); 97 gaim_prefs_add_none("/core");
98 98
99 /* XXX: this is where you would want to put prefs declarations */ 99 /* XXX: this is where you would want to put prefs declarations */
100 gaim_prefs_add_none("/core/conversations");
101 gaim_prefs_add_bool("/core/conversations/send_urls_as_links", TRUE);
100 } 102 }
101 103
102 static char *pref_full_name(struct gaim_pref *pref) { 104 static char *pref_full_name(struct gaim_pref *pref) {
103 GString *name; 105 GString *name;
104 struct gaim_pref *parent; 106 struct gaim_pref *parent;