~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to src/eggtreemultidnd.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20081118113050-yhrskmatlel0gzfm
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
struct _TreeViewDragInfo
44
44
{
45
45
  GdkModifierType start_button_mask;
46
 
  GtkTargetList *source_target_list;
 
46
 
 
47
  /* This has been unused since 2.14.x */
 
48
  GtkTargetList *unused_source_target_list;
47
49
  GdkDragAction source_actions;
48
50
 
49
51
  GtkTargetList *dest_target_list;
317
319
      model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget));
318
320
      if (egg_tree_multi_drag_source_row_draggable (EGG_TREE_MULTI_DRAG_SOURCE (model), path_list))
319
321
        {
320
 
 
321
322
          context = gtk_drag_begin (widget,
322
 
                                    di->source_target_list,
 
323
                                    gtk_drag_source_get_target_list (widget),
323
324
                                    di->source_actions,
324
325
                                    priv_data->pressed_button,
325
326
                                    (GdkEvent*)event);