Select text in the 'search again' entry
authorIvan Frade <ivan.frade@nokia.com>
Sun, 24 Jan 2010 22:46:59 +0000 (00:46 +0200)
committerIvan Frade <ivan.frade@nokia.com>
Sun, 24 Jan 2010 22:46:59 +0000 (00:46 +0200)
src/aa_selection_dialog.py

index fad7b49..25d1060 100644 (file)
@@ -134,6 +134,7 @@ class AlbumArtSelectionDialog (gtk.Dialog):
         hildon.hildon_gtk_window_set_progress_indicator (self, 0)
         self.hbox_research.set_sensitive (True)
         self.entry.grab_focus ()
+        self.entry.select_region (0, -1)
         
     def user_text_search_cb (self, w, entry):
         user_text = entry.get_text ()