diff -Nru nautilus-3.10.1/debian/changelog nautilus-3.10.1/debian/changelog --- nautilus-3.10.1/debian/changelog 2014-10-20 23:33:38.000000000 +0200 +++ nautilus-3.10.1/debian/changelog 2015-01-08 13:34:07.000000000 +0100 @@ -1,3 +1,10 @@ +nautilus (1:3.10.1-0ubuntu9.5) trusty; urgency=medium + + * debian/patches/fix-copy-paste.patch: + - "nautilus-list-view: Fix copy, paste not working randomly" (lp: #1322925) + + -- Miklos Juhasz Thu, 08 Jan 2015 13:30:27 +0100 + nautilus (1:3.10.1-0ubuntu9.4) trusty; urgency=medium * debian/patches/git_name_column.patch: diff -Nru nautilus-3.10.1/debian/patches/fix-copy-paste.patch nautilus-3.10.1/debian/patches/fix-copy-paste.patch --- nautilus-3.10.1/debian/patches/fix-copy-paste.patch 1970-01-01 01:00:00.000000000 +0100 +++ nautilus-3.10.1/debian/patches/fix-copy-paste.patch 2015-01-08 13:39:14.000000000 +0100 @@ -0,0 +1,20 @@ +--- a/src/nautilus-list-view.c 2015-01-08 13:28:04.735661200 +0100 ++++ b/src/nautilus-list-view.c 2015-01-08 13:28:40.423659930 +0100 +@@ -1254,7 +1254,7 @@ + view->details->last_sort_attr = sort_attr; + } + +-static void ++static gboolean + editable_focus_out_cb (GtkWidget *widget, + GdkEvent *event, + gpointer user_data) +@@ -1265,6 +1265,8 @@ + + nautilus_view_set_is_renaming (NAUTILUS_VIEW (view), FALSE); + nautilus_view_unfreeze_updates (NAUTILUS_VIEW (view)); ++ ++ return FALSE; + } + + static void diff -Nru nautilus-3.10.1/debian/patches/series nautilus-3.10.1/debian/patches/series --- nautilus-3.10.1/debian/patches/series 2014-10-20 23:37:31.000000000 +0200 +++ nautilus-3.10.1/debian/patches/series 2015-01-08 13:30:18.000000000 +0100 @@ -42,3 +42,4 @@ git_revert_symlink_logic_change.patch 0001-Don-t-try-to-open-a-selection-if-we-don-t-have-one.patch git_name_column.patch +fix-copy-paste.patch