Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125501
Collapse All | Expand All

(-)modules/pmg_tk/skins/normal/__init__.py.orig (+4 lines)
Lines 2087-2092 Link Here
2087
                                         label='Sculpting',
2087
                                         label='Sculpting',
2088
                                         command = lambda s=self: s.cmd.do("_ wizard sculpting"))
2088
                                         command = lambda s=self: s.cmd.do("_ wizard sculpting"))
2089
2089
2090
	self.menuBar.addmenuitem('Wizard', 'command', 'Check Side-chains',
2091
					label='Check Side-chains',
2092
					command = lambda s=self: s.cmd.do("_ wizard sidechain_check"))
2093
2090
        if cleanup.auto_configure()>0:
2094
        if cleanup.auto_configure()>0:
2091
            self.menuBar.addmenuitem('Wizard', 'separator', '')
2095
            self.menuBar.addmenuitem('Wizard', 'separator', '')
2092
        
2096
        

Return to bug 125501