diff options
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index cdbb7c363..2958f0f09 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -130,8 +130,8 @@ entry_button_press_event_cb (GtkWidget *entry, ctx->entry = entry; /* We need to make sure we know if the action is destroyed between - * requesting the clipboard contents, and receiving them. - */ + * requesting the clipboard contents, and receiving them. + */ ctx->weak_ptr = G_OBJECT (action); object = &(ctx->weak_ptr); |