pidgin/gtklog.c

branch
cpw.qulogic.gtk3-required
changeset 33170
ce4447562d64
parent 33142
6ebeb0beef64
child 33760
66611fba7197
equal deleted inserted replaced
33169:1f676cd20646 33170:ce4447562d64
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 {

mercurial