summaryrefslogtreecommitdiff
path: root/src/nautilus-dnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-dnd.c')
-rw-r--r--src/nautilus-dnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-dnd.c b/src/nautilus-dnd.c
index b6a87a1ba..e0f4a7177 100644
--- a/src/nautilus-dnd.c
+++ b/src/nautilus-dnd.c
@@ -242,7 +242,7 @@ get_paintable_for_drag_selection (GList *selection,
/* The selection list is reversed compared to what the user sees. Get the
* first items by starting from the end of the list. */
- flags = (NAUTILUS_FILE_ICON_FLAGS_USE_THUMBNAILS | NAUTILUS_FILE_ICON_FLAGS_FORCE_THUMBNAIL_SIZE);
+ flags = NAUTILUS_FILE_ICON_FLAGS_USE_THUMBNAILS;
for (GList *l = g_list_last (selection);
l != NULL && g_queue_get_length (icons) <= MAX_DRAWN_DRAG_ICONS;
l = l->prev)