comparison src/gtkstatusbox.c @ 11347:6c1ad49fcb4b

[gaim-migrate @ 13564] Oscar saves/restores it's previous state now. Could somebody please fix gtkstatusbox.c? (See my comment above the part that I changed) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Aug 2005 03:21:03 +0000
parents c072be05e7ba
children 62db025d3eb0
comparison
equal deleted inserted replaced
11346:e40318d2bcd8 11347:6c1ad49fcb4b
251 * TODO: This triggers a callback of gaim_gtk_status_box_changed(). 251 * TODO: This triggers a callback of gaim_gtk_status_box_changed().
252 * That's bad. We should at least try not figure out what 252 * That's bad. We should at least try not figure out what
253 * status the user's accounts are set to instead of always 253 * status the user's accounts are set to instead of always
254 * using "Available." 254 * using "Available."
255 */ 255 */
256 gtk_combo_box_set_active(GTK_COMBO_BOX(status_box), 0); 256 /* gtk_combo_box_set_active(GTK_COMBO_BOX(status_box), 0); */
257 257
258 } 258 }
259 259
260 260
261 static void 261 static void