[brasero] Fix crash when DNDing in data tree due to removing of GTK+ deprecated symbols
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix crash when DNDing in data tree due to removing of GTK+ deprecated symbols
- Date: Wed, 25 Nov 2009 14:45:20 +0000 (UTC)
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]