| 37 #include "gtkblist.h" |
37 #include "gtkblist.h" |
| 38 #include "gtklog.h" |
38 #include "gtklog.h" |
| 39 #include "gtkutils.h" |
39 #include "gtkutils.h" |
| 40 #include "gtkwebview.h" |
40 #include "gtkwebview.h" |
| 41 |
41 |
| |
42 #include "gtk3compat.h" |
| |
43 |
| 42 static GHashTable *log_viewers = NULL; |
44 static GHashTable *log_viewers = NULL; |
| 43 static void populate_log_tree(PidginLogViewer *lv); |
45 static void populate_log_tree(PidginLogViewer *lv); |
| 44 static PidginLogViewer *syslog_viewer = NULL; |
46 static PidginLogViewer *syslog_viewer = NULL; |
| 45 |
47 |
| 46 struct log_viewer_hash_t { |
48 struct log_viewer_hash_t { |