diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-web-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c index 2fefe4fa95..38e578dbc7 100644 --- a/e-util/e-web-view.c +++ b/e-util/e-web-view.c @@ -58,7 +58,7 @@ struct _EWebViewPrivate { GdkPixbufAnimation *cursor_image; gchar *cursor_image_src; - GSList *highlights; + GSList *highlights; GtkAction *open_proxy; GtkAction *print_proxy; @@ -424,7 +424,7 @@ replace_text (WebKitDOMNode *node, } else { WebKitDOMNode *child, *next_child; - /* Iframe? Let's traverse inside! */ + /* Iframe? Let's traverse inside! */ if (WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT (node)) { WebKitDOMDocument *frame_document; |