| 20 |
20 |
| 21 #include "internal.h" |
21 #include "internal.h" |
| 22 #include "pidgin.h" |
22 #include "pidgin.h" |
| 23 #include "gtkutils.h" |
23 #include "gtkutils.h" |
| 24 #include "pidginplugininfo.h" |
24 #include "pidginplugininfo.h" |
| 25 #include "prefs.h" |
|
| 26 #include "version.h" |
|
| 27 |
|
| 28 #include "pidginaccountchooser.h" |
25 #include "pidginaccountchooser.h" |
| |
26 |
| |
27 #include <purple.h> |
| |
28 |
| 29 |
29 |
| 30 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority" |
30 #define CONTACT_PRIORITY_PLUGIN_ID "gtk-contact-priority" |
| 31 |
31 |
| 32 static void |
32 static void |
| 33 select_account(GtkWidget *chooser, gpointer data) |
33 select_account(GtkWidget *chooser, gpointer data) |