[anjuta/gnome-2-30] libanjuta: bgo#620664 - Drag and drop of multiple source files
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-2-30] libanjuta: bgo#620664 - Drag and drop of multiple source files
- Date: Mon, 21 Jun 2010 17:01:04 +0000 (UTC)
commit 40d99f74c0a13df927808a5dc4ad2e1ae1ce0784
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 c56e0aa..a6f5fad 100644
--- a/libanjuta/anjuta-utils.c
+++ b/libanjuta/anjuta-utils.c
@@ -2313,7 +2313,7 @@ anjuta_utils_drop_get_files (GtkSelectionData *selection_data)
for (i = 0; uris[i] != NULL; i++)
{
- GFile* file = g_file_new_for_commandline_arg (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]