~gero-bare/noise/bug-983435-drag-on-leftpanel

« back to all changes in this revision

Viewing changes to src/Views/ListView/Lists/GenericList.vala

  • Committer: Geronimo Bareiro
  • Date: 2014-10-23 03:14:33 UTC
  • Revision ID: gero.bare@gmail.com-20141023031433-q9tgs0k04ht0314n
Fix style issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
            Gtk.drag_source_set_icon_gicon (this, Icons.GENERIC_AUDIO.gicon);
452
452
 
453
453
        
454
 
        Noise.App.main_window.show_drop_playlist_box();
455
 
 
 
454
        Noise.App.main_window.show_drop_playlist_box ();
456
455
    }
457
456
 
458
457
    void on_drag_data_get (Gdk.DragContext context, Gtk.SelectionData selection_data, uint info, uint time_) {