##// END OF EJS Templates
Merge commit '55a3270aa4724bbea6a0ae0088f770c46aabf04a' into patch_2565_sidewindow
Dimitry Kloper -
r16480:357593c3 merge
parent child Browse files
Show More
@@ -653,12 +653,8 b' class MainWindow(QtGui.QMainWindow):'
653 653 self,
654 654 triggered=self._make_dynamic_magic(pmagic)
655 655 )
656 xaction_all = QtGui.QAction(pmagic,
657 self,
658 triggered=self._make_dynamic_magic(pmagic)
659 )
660 656 magic_menu.addAction(xaction)
661 self.all_magic_menu.addAction(xaction_all)
657 self.all_magic_menu.addAction(xaction)
662 658
663 659 def update_all_magic_menu(self):
664 660 """ Update the list of magics in the "All Magics..." Menu
General Comments 0
You need to be logged in to leave comments. Login now