diff --git a/usr/lib/linuxmint/mintMenu/plugins/applications.py b/usr/lib/linuxmint/mintMenu/plugins/applications.py index 398fc7b..a02c6ca 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/applications.py +++ b/usr/lib/linuxmint/mintMenu/plugins/applications.py @@ -586,7 +586,7 @@ class pluginclass( object ): self.stopBuildingButtonList = False - gobject.idle_add( self.updateBoxes ) + self.updateBoxes () def categoryBtnFocus( self, widget, event, category ): self.scrollItemIntoView( widget )