Hello all,
I'm new to this list, and I just made my first BUGFIX - er,
IMPROVEMENT. When clicking 'Clear' in the Best tray icon, it clears the
history, but leaves the search results in the main window.
This relates to Bug 315984 and I solved it by adding two lines in the
BestWindow.cs file.
@@ -615,6 +615,8 @@
public void ClearHistory ()
{
history.Clear ();
+ Search("");
+ UpdatePage();
}
This solves the problem, but I don't know if people want those results,
I sure like it to clear everything when I hit 'Clear'. I'm not sure,
however, what to do now that I made the change.
Thanks all.
_______________________________________________
Dashboard-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dashboard-hackers