From 4da15a64785e10653b424fc26c16fb7b924c515b Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Tue, 21 May 2013 15:01:02 -0400 Subject: [PATCH] Fix regression where applications are shown always - last tab is ignored. --- usr/lib/linuxmint/mintMenu/plugins/applications.py | 2 -- usr/share/glib-2.0/schemas/com.linuxmint.mintmenu.gschema.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/applications.py b/usr/lib/linuxmint/mintMenu/plugins/applications.py index 85902d9..3e0eadb 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/applications.py +++ b/usr/lib/linuxmint/mintMenu/plugins/applications.py @@ -560,8 +560,6 @@ class pluginclass( object ): self.searchEntry.select_region( 0, -1 ) if self.rememberFilter: self.Filter(self.activeFilter[2], self.activeFilter[1]) - else: - self.Filter(self.searchEntry, "") def onHideMenu( self ): self.settings.set( "int", "last-active-tab", self.lastActiveTab ) diff --git a/usr/share/glib-2.0/schemas/com.linuxmint.mintmenu.gschema.xml b/usr/share/glib-2.0/schemas/com.linuxmint.mintmenu.gschema.xml index f6a0488..69387b3 100644 --- a/usr/share/glib-2.0/schemas/com.linuxmint.mintmenu.gschema.xml +++ b/usr/share/glib-2.0/schemas/com.linuxmint.mintmenu.gschema.xml @@ -315,7 +315,7 @@ - true + false