[brasero] Fix crash when DNDing in data tree due to removing of GTK+ deprecated symbols



commit 6e42ab129bd9ca01aa10c98e22df079f920fe111
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue Nov 24 20:48:36 2009 +0100

    Fix crash when DNDing in data tree due to removing of GTK+ deprecated symbols

 libbrasero-burn/brasero-track-data-cfg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track-data-cfg.c b/libbrasero-burn/brasero-track-data-cfg.c
index fd0b52d..a344795 100644
--- a/libbrasero-burn/brasero-track-data-cfg.c
+++ b/libbrasero-burn/brasero-track-data-cfg.c
@@ -1223,7 +1223,7 @@ brasero_track_data_cfg_row_drop_possible (GtkTreeDragDest *drag_dest,
 		BraseroFileNode *parent;
 		GList *iter;
 
-		iter = (GList *) target;
+		iter = (GList *) gtk_selection_data_get_data (selection_data);
 
 		/* make sure the parent is a directory.
 		 * NOTE: in this case dest_path is the exact path where it



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