| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| 21 |
21 |
| 22 #include <glib/gi18n-lib.h> |
22 #include <glib/gi18n-lib.h> |
| 23 |
23 |
| 24 #include "pidgin.h" |
24 #include <gtk/gtk.h> |
| 25 |
25 |
| 26 #include <talkatu.h> |
26 #include <talkatu.h> |
| 27 |
27 |
| 28 #include <purple.h> |
28 #include <purple.h> |
| 29 |
29 |
| 30 #include "pidginstock.h" |
30 #include "pidginlog.h" |
| |
31 |
| 31 #include "gtkblist.h" |
32 #include "gtkblist.h" |
| 32 #include "gtkutils.h" |
33 #include "gtkutils.h" |
| 33 #include "pidginlog.h" |
34 #include "pidgincore.h" |
| |
35 #include "pidginstock.h" |
| 34 |
36 |
| 35 #define PIDGIN_TYPE_LOG_VIEWER pidgin_log_viewer_get_type() |
37 #define PIDGIN_TYPE_LOG_VIEWER pidgin_log_viewer_get_type() |
| 36 /** |
38 /** |
| 37 * PidginLogViewer: |
39 * PidginLogViewer: |
| 38 * @logs: The list of logs viewed in this viewer |
40 * @logs: The list of logs viewed in this viewer |