src/prefs.c

changeset 10871
c0282a4f2250
parent 10850
6889f793b918
child 11033
dc68e074f10d
equal deleted inserted replaced
10870:028006831b79 10871:c0282a4f2250
603 for(tmp = value; tmp; tmp = tmp->next) 603 for(tmp = value; tmp; tmp = tmp->next)
604 pref->value.stringlist = g_list_append(pref->value.stringlist, 604 pref->value.stringlist = g_list_append(pref->value.stringlist,
605 g_strdup(tmp->data)); 605 g_strdup(tmp->data));
606 } 606 }
607 607
608 void 608 static void
609 remove_pref(struct gaim_pref *pref) 609 remove_pref(struct gaim_pref *pref)
610 { 610 {
611 char *name; 611 char *name;
612 612
613 if(!pref || pref == &prefs) 613 if(!pref || pref == &prefs)

mercurial