From 0692da81e8211cb7a8b9f5c5b4204fd76e88e373 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Mon, 25 Jan 2010 00:46:59 +0200 Subject: [PATCH] Select text in the 'search again' entry --- src/aa_selection_dialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aa_selection_dialog.py b/src/aa_selection_dialog.py index fad7b49..25d1060 100644 --- a/src/aa_selection_dialog.py +++ b/src/aa_selection_dialog.py @@ -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 () -- 1.7.9.5