diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index a68d4eacc..bc42ff3c3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2323,8 +2323,9 @@ ephy_window_dom_mouse_click_cb (WebKitWebView *view, { /* See bug #133633 for why we do it this way */ - /* We need to make sure we know if the embed is destroyed between - * requesting the clipboard contents, and receiving them. + /* We need to make sure we know if the embed is destroyed + * between requesting the clipboard contents, and receiving + * them. */ ClipboardTextCBData *cb_data; EphyEmbed *embed; |