Newly loaded Gramplets from the Plugins Reload are now available

svn: r12310
This commit is contained in:
Doug Blank 2009-03-11 02:41:30 +00:00
parent fca98024fc
commit 12a642b166

View File

@ -1572,7 +1572,6 @@ class GrampletView(PageView.PersonNavView):
ag_menu = self.uistate.uimanager.get_widget('/Popup/AddGramplet')
if ag_menu:
qr_menu = ag_menu.get_submenu()
if qr_menu is None:
qr_menu = gtk.Menu()
names = [AVAILABLE_GRAMPLETS[key]["tname"] for key
in AVAILABLE_GRAMPLETS.keys()]