diff -r 06ed3d7e9e72 -r e32ba7559843 pidgin/gtkwebview.c --- a/pidgin/gtkwebview.c Wed Sep 21 07:01:58 2011 +0000 +++ b/pidgin/gtkwebview.c Wed Sep 21 07:39:32 2011 +0000 @@ -43,7 +43,7 @@ struct GtkWebViewPriv { GHashTable *images; /**< a map from id to temporary file for the image */ - gboolean empty; /**< whether anything has been appended **/ + gboolean empty; /**< whether anything has been appended **/ /* JS execute queue */ GQueue *js_queue;