diff -r 2bf06f291ff7 -r eb15b7f78e32 pidgin/gtkstatusbox.h --- a/pidgin/gtkstatusbox.h Mon Aug 13 18:25:19 2012 -0400 +++ b/pidgin/gtkstatusbox.h Mon Aug 13 21:12:43 2012 -0400 @@ -29,7 +29,7 @@ #define __PIDGIN_STATUS_BOX_H__ #include -#include "gtkimhtml.h" +#include "gtkwebview.h" #include "account.h" #include "imgstore.h" #include "savedstatuses.h" @@ -87,7 +87,7 @@ PurpleAccount *token_status_account; GtkWidget *vbox, *sw; - GtkWidget *imhtml; + GtkWidget *webview; PurpleStoredImage *buddy_icon_img; GdkPixbuf *buddy_icon; @@ -101,7 +101,7 @@ int icon_size; gboolean icon_opaque; - gboolean imhtml_visible; + gboolean webview_visible; GtkWidget *cell_view; GtkCellRenderer *icon_rend;