Mercurial > pidgin
comparison plugins/chatlist.c @ 2272:4ecc9a9a75d8
[gaim-migrate @ 2282]
this bugged me.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 12 Sep 2001 18:57:46 +0000 |
| parents | a0ee02e861b9 |
| children | ddf404cd9757 |
comparison
equal
deleted
inserted
replaced
| 2271:3598a8521533 | 2272:4ecc9a9a75d8 |
|---|---|
| 7 | 7 |
| 8 #include "proxy.h" | 8 #include "proxy.h" |
| 9 #include "gaim.h" | 9 #include "gaim.h" |
| 10 | 10 |
| 11 #include <stdlib.h> | 11 #include <stdlib.h> |
| 12 #include <string.h> | |
| 12 | 13 |
| 13 struct chat_page { | 14 struct chat_page { |
| 14 GtkWidget *list1; | 15 GtkWidget *list1; |
| 15 GtkWidget *list2; | 16 GtkWidget *list2; |
| 16 }; | 17 }; |
