pidgin/gtklog.h

changeset 32710
e07993a28f20
parent 32439
2c681e5daeeb
child 32790
b95c7c504118
--- a/pidgin/gtklog.h	Mon Oct 31 01:22:26 2011 +0000
+++ b/pidgin/gtklog.h	Mon Oct 31 01:25:36 2011 +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         */

mercurial