From: Ivan Frade Date: Sun, 24 Jan 2010 22:46:59 +0000 (+0200) Subject: Select text in the 'search again' entry X-Git-Tag: mussorgsky-0.4-1~3 X-Git-Url: http://git.maemo.org/git/?p=mussorgsky;a=commitdiff_plain;h=0692da81e8211cb7a8b9f5c5b4204fd76e88e373;hp=297f2db3f88ecb7604f812e04310ff84041cf164 Select text in the 'search again' entry --- 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 ()