26 lines
819 B
Diff
26 lines
819 B
Diff
From 8f9b6e75eb8eb5f9ece32963e53a69381fd65336 Mon Sep 17 00:00:00 2001
|
|
From: Cosimo Cecchi <cosimoc@gnome.org>
|
|
Date: Fri, 11 Jun 2010 13:19:16 +0200
|
|
Subject: [PATCH 049/249] [file-manager] GSEAL fm-list-model.
|
|
|
|
---
|
|
src/file-manager/fm-list-model.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c
|
|
index aad068e..d666f7f 100644
|
|
--- a/src/file-manager/fm-list-model.c
|
|
+++ b/src/file-manager/fm-list-model.c
|
|
@@ -883,7 +883,7 @@ fm_list_model_multi_drag_data_get (EggTreeMultiDragSource *drag_source,
|
|
}
|
|
|
|
if (gtk_target_list_find (drag_target_list,
|
|
- selection_data->target,
|
|
+ gtk_selection_data_get_target (selection_data),
|
|
&target_info)) {
|
|
nautilus_drag_drag_data_get (NULL,
|
|
NULL,
|
|
--
|
|
1.7.2
|
|
|