diff -r e71e3e3134b3 -r 2c681e5daeeb pidgin/gtklog.h --- a/pidgin/gtklog.h Thu Jul 23 04:05:31 2009 +0000 +++ b/pidgin/gtklog.h Fri Jul 24 01:18:07 2009 +0000 @@ -43,7 +43,7 @@ GtkWidget *window; /**< The viewer's window */ GtkTreeStore *treestore; /**< The treestore containing said logs */ GtkWidget *treeview; /**< The treeview representing said treestore */ - GtkWidget *imhtml; /**< The imhtml to display said logs */ + GtkWidget *web_view; /**< The webkit web view to display said logs */ GtkWidget *entry; /**< The search entry, in which search terms * are entered */ PurpleLogReadFlags flags; /**< The most recently used log flags */