comparison libpurple/prefs.c @ 16942:2d2c2913548b

merge of '6c5cdf9bfd5c1acf1c24c55338915947e844d91d' and 'b7ac78b8beb039f7545d74bbc3075947bb5d27e5'
author Richard Laager <rlaager@wiktel.com>
date Tue, 08 May 2007 03:38:21 +0000
parents efbe682933f7
children 8d94cf688009
comparison
equal deleted inserted replaced
16931:dd768c576ab2 16942:2d2c2913548b
935 if(pref) { 935 if(pref) {
936 GList *tmp; 936 GList *tmp;
937 937
938 if(pref->type != PURPLE_PREF_PATH_LIST) { 938 if(pref->type != PURPLE_PREF_PATH_LIST) {
939 purple_debug_error("prefs", 939 purple_debug_error("prefs",
940 "purple_prefs_set_path_list: %s not a string list pref\n", 940 "purple_prefs_set_path_list: %s not a path list pref\n",
941 name); 941 name);
942 return; 942 return;
943 } 943 }
944 944
945 g_list_foreach(pref->value.stringlist, (GFunc)g_free, NULL); 945 g_list_foreach(pref->value.stringlist, (GFunc)g_free, NULL);