From f8860e629f740049ab38d51d4216b2bd22b54043 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Sat, 9 Mar 2013 11:55:13 -0500 Subject: [PATCH] Fix bookmarks display --- usr/lib/linuxmint/mintMenu/plugins/places.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/places.py b/usr/lib/linuxmint/mintMenu/plugins/places.py index 07b673e..d76958d 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/places.py +++ b/usr/lib/linuxmint/mintMenu/plugins/places.py @@ -243,7 +243,7 @@ class pluginclass( object ): currentbutton = easyButton( "folder", self.iconsize, [name], -1, -1 ) currentbutton.connect( "clicked", self.launch_gtk_bookmark, path ) currentbutton.show() - self.placesBtnHolder.pack_start( currentbutton, False, False ) + self.placesBtnHolder.pack_start( currentbutton, False, False, 0) def launch_gtk_bookmark (self, widget, path): self.mintMenuWin.hide()