From b5c2cb748ec672b58ba91df83facb31dc2c2de6b Mon Sep 17 00:00:00 2001 From: Vincent Vermeulen Date: Sat, 24 Feb 2018 23:38:40 +0100 Subject: [PATCH] Remove code to set position at end Because it doesn't do anything when you select all the text. --- usr/lib/linuxmint/mintMenu/plugins/applications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/applications.py b/usr/lib/linuxmint/mintMenu/plugins/applications.py index 1bc78d1..0b9dc2e 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/applications.py +++ b/usr/lib/linuxmint/mintMenu/plugins/applications.py @@ -544,7 +544,6 @@ class pluginclass( object ): # of the existing text, that's the most likely candidate anyhow self.searchEntry.grab_focus() if self.rememberFilter or not clear: - self.searchEntry.set_position(-1) self.searchEntry.select_region( 0, -1 ) else: self.searchEntry.set_text("")