Diff
Differences From Artifact [6af40f336b]:
- File channels/__init__.py — part of check-in [f5a59de6b8] at 2015-04-02 17:38:08 on branch trunk — Compact plugin comments to be more user-targetted. (user: mario, size: 20639) [annotate] [blame] [check-ins using]
To Artifact [4b9f08e907]:
- File channels/__init__.py — part of check-in [85b88fac15] at 2015-04-02 18:40:37 on branch trunk — Fix incorrent indendation. (user: mario, size: 20414) [annotate] [blame] [check-ins using]
︙ | |||
570 571 572 573 574 575 576 | 570 571 572 573 574 575 576 | - - - - - - - | # try to initialize superclass now, before adding to channel tabs GenericChannel.gui(self, parent) # add notebook tab tab = parent.notebook_channels.insert_page_menu(vbox, ev_label, plain_label, -1) |