| 38 #include "gtkdialogs.h" |
40 #include "gtkdialogs.h" |
| 39 #include "gtkutils.h" |
41 #include "gtkutils.h" |
| 40 #include "pidgincore.h" |
42 #include "pidgincore.h" |
| 41 #include "pidginlog.h" |
43 #include "pidginlog.h" |
| 42 #include "pidginstock.h" |
44 #include "pidginstock.h" |
| 43 |
|
| 44 #ifdef USE_GSTREAMER |
|
| 45 #include <gst/gst.h> |
|
| 46 #endif |
|
| 47 |
45 |
| 48 static GList *dialogwindows = NULL; |
46 static GList *dialogwindows = NULL; |
| 49 |
47 |
| 50 struct _PidginGroupMergeObject { |
48 struct _PidginGroupMergeObject { |
| 51 PurpleGroup* parent; |
49 PurpleGroup* parent; |