Best Clear
- From: Dennis Snell <dmsnell purdue edu>
- To: dashboard-hackers gnome org
- Subject: Best Clear
- Date: Sat, 01 Oct 2005 00:03:05 -0500
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.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]