comparison: finch/gntprefs.c
finch/gntprefs.c
- changeset 40511
- ec08ac1f7d5f
- parent 40439
- e9838d634d5e
- child 40590
- 597b9c74296e
equal
deleted
inserted
replaced
| 24 |
24 |
| 25 #include "finch.h" |
25 #include "finch.h" |
| 26 |
26 |
| 27 #include <purple.h> |
27 #include <purple.h> |
| 28 |
28 |
| |
29 #include <gnt.h> |
| |
30 |
| 29 #include "gntprefs.h" |
31 #include "gntprefs.h" |
| 30 #include "gntrequest.h" |
32 #include "gntrequest.h" |
| 31 |
33 |
| 32 #include "gnt.h" |
|
| 33 #include "gntwidget.h" |
|
| 34 |
34 |
| 35 #include <string.h> |
35 #include <string.h> |
| 36 |
36 |
| 37 static struct { |
37 static struct { |
| 38 GList *freestrings; /* strings to be freed when the pref-window is closed */ |
38 GList *freestrings; /* strings to be freed when the pref-window is closed */ |