comparison src/gtkroomlist.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents 1ae1454204cd
children e856f985a0b9
comparison
equal deleted inserted replaced
12285:af257d8679fe 12286:255e6912607b
627 return TRUE; 627 return TRUE;
628 } 628 }
629 629
630 static void gaim_gtk_roomlist_add_room(GaimRoomlist *list, GaimRoomlistRoom *room) 630 static void gaim_gtk_roomlist_add_room(GaimRoomlist *list, GaimRoomlistRoom *room)
631 { 631 {
632 GaimGtkRoomlist *rl= list->ui_data; 632 GaimGtkRoomlist *rl = list->ui_data;
633 GtkTreeRowReference *rr, *parentrr = NULL; 633 GtkTreeRowReference *rr, *parentrr = NULL;
634 GtkTreePath *path; 634 GtkTreePath *path;
635 GtkTreeIter iter, parent, child; 635 GtkTreeIter iter, parent, child;
636 GList *l, *k; 636 GList *l, *k;
637 int j; 637 int j;