finch/gntpounce.c

branch
release-2.1.0
changeset 18190
bcf28ef7e8ff
parent 18122
9bf9970c1b6a
child 18209
5f63822878eb
equal deleted inserted replaced
18189:1ea8813eabce 18190:bcf28ef7e8ff
135 } 135 }
136 136
137 static void 137 static void
138 populate_pounces_list(PouncesManager *dialog) 138 populate_pounces_list(PouncesManager *dialog)
139 { 139 {
140 const GList *pounces; 140 GList *pounces;
141 141
142 gnt_tree_remove_all(GNT_TREE(dialog->tree)); 142 gnt_tree_remove_all(GNT_TREE(dialog->tree));
143 143
144 for (pounces = purple_pounces_get_all(); pounces != NULL; 144 for (pounces = purple_pounces_get_all(); pounces != NULL;
145 pounces = g_list_next(pounces)) 145 pounces = g_list_next(pounces))

mercurial