[gnome-system-tools] Fix one more trivial -DGSEAL_ENABLE issue before we fail on e-map.c



commit 515d356a98db8a956ea2c41cd42aaf92d7821f9f
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Apr 8 13:25:11 2010 +0200

    Fix one more trivial -DGSEAL_ENABLE issue before we fail on e-map.c

 src/shares/callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shares/callbacks.c b/src/shares/callbacks.c
index 258c00d..5ee698f 100644
--- a/src/shares/callbacks.c
+++ b/src/shares/callbacks.c
@@ -123,7 +123,7 @@ on_shares_dragged_folder (GtkWidget *widget, GdkDragContext *context,
 	gint i = 0;
 
 	if (info == SHARES_DND_URI_LIST) {
-		uris = g_uri_list_extract_uris((gchar *) selection_data->data);
+		uris = g_uri_list_extract_uris((gchar *) gtk_selection_data_get_text(selection_data));
 
 		if (uris != NULL) {
 		    while ( uris[i] != NULL) {



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