~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/RecentTreeView.cs

Tags: upstream-0.9.7
ImportĀ upstreamĀ versionĀ 0.9.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
using System;
 
3
 
 
4
namespace Tomboy
 
5
{
 
6
        public class RecentTreeView : Gtk.TreeView
 
7
        {
 
8
                public RecentTreeView()
 
9
                {
 
10
                }
 
11
                
 
12
                protected override void OnDragBegin (Gdk.DragContext ctx)
 
13
                {
 
14
                        // Block Gtk.TreeView so multi selection dnd works
 
15
                }
 
16
        }
 
17
}