[anjuta] libanjuta: bgo#620664 - Drag and drop of multiple source files



commit 7cb60e78529d8ed5971eab7ee9ef6ca9d7a30094
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jun 7 22:53:08 2010 +0200

    libanjuta: bgo#620664  - Drag and drop of multiple source files

 libanjuta/anjuta-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-utils.c b/libanjuta/anjuta-utils.c
index 3490813..fe07133 100644
--- a/libanjuta/anjuta-utils.c
+++ b/libanjuta/anjuta-utils.c
@@ -2399,7 +2399,7 @@ anjuta_utils_drop_get_files (GtkSelectionData *selection_data)
 
 	for (i = 0; uris[i] != NULL; i++)
 	{
-		GFile* file = g_file_new_for_uri (uris[0]);
+		GFile* file = g_file_new_for_uri (uris[i]);
 		files = g_slist_append(files, file);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]