[banshee/extension-prefs] [Prefs] Have the search entry grab focus



commit 9c3119e29ad7a8ccf49f1451b4cb1d88e5279d83
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat Dec 19 17:34:39 2009 -0800

    [Prefs] Have the search entry grab focus

 .../Banshee.Addins.Gui/AddinView.cs                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Addins.Gui/AddinView.cs b/src/Core/Banshee.ThickClient/Banshee.Addins.Gui/AddinView.cs
index 44ac603..4e38c72 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Addins.Gui/AddinView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Addins.Gui/AddinView.cs
@@ -145,6 +145,7 @@ namespace Banshee.Addins.Gui
             PackStart (hbox, false, false, 0);
             PackStart (tree_scroll, true, true, 0);
             ShowAll ();
+            search_entry.InnerEntry.GrabFocus ();
 
             txt_cell.WrapWidth = 300;
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]