src/prefs.c

changeset 5539
a13dd0ba205a
parent 5534
53d28743cc68
child 5545
a8b1a1262402
equal deleted inserted replaced
5538:4a9c1b637f11 5539:a13dd0ba205a
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;

mercurial