src/pluginpref.c

changeset 10414
6b10b76933e1
parent 9841
85d43ade3a7a
child 12712
21ea46d3dee9
equal deleted inserted replaced
10413:666f2fbb7930 10414:6b10b76933e1
207 gaim_debug(GAIM_DEBUG_INFO, "pluginpref", 207 gaim_debug(GAIM_DEBUG_INFO, "pluginpref",
208 "gaim_plugin_pref_set_bounds: %s is not an integer pref\n", 208 "gaim_plugin_pref_set_bounds: %s is not an integer pref\n",
209 pref->name); 209 pref->name);
210 return; 210 return;
211 } 211 }
212 212
213 if(min > max) { 213 if(min > max) {
214 tmp = min; 214 tmp = min;
215 min = max; 215 min = max;
216 max = tmp; 216 max = tmp;
217 } 217 }

mercurial