File tomboy-no-highlight.patch of Package tomboy
Index: Tomboy/Utils.cs =================================================================== --- Tomboy/Utils.cs +++ Tomboy/Utils.cs @@ -68,8 +68,8 @@ namespace Tomboy (ev == null) ? Gtk.Global.CurrentEventTime : ev.Time); // Highlight the parent - if (menu.AttachWidget != null) - menu.AttachWidget.State = Gtk.StateType.Selected; +// if (menu.AttachWidget != null) +// menu.AttachWidget.State = Gtk.StateType.Selected; } public static Gdk.Pixbuf GetIcon (string resource_name, int size)