mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 23:03:11 +02:00
Take out some debug prints and connects
This commit is contained in:
parent
a6a150a526
commit
fea18021b8
1 changed files with 1 additions and 5 deletions
|
|
@ -475,12 +475,8 @@ class MetadataSingleDialogAlt(MetadataSingleDialogBase):
|
|||
cc_two_column = False
|
||||
one_line_comments_toolbar = True
|
||||
|
||||
def tab_clicked(self, t):
|
||||
print 'here', t
|
||||
|
||||
def do_layout(self): # {{{
|
||||
self.central_widget.clear()
|
||||
self.central_widget.currentChanged.connect(self.tab_clicked)
|
||||
self.tabs = []
|
||||
self.labels = []
|
||||
sto = QWidget.setTabOrder
|
||||
|
|
@ -602,7 +598,7 @@ def create_row(row, widget, tab_to, button=None, icon=None, span=1):
|
|||
|
||||
|
||||
def edit_metadata(db, row_list, current_row, parent=None, view_slot=None):
|
||||
d = MetadataSingleDialog(db, parent)
|
||||
d = MetadataSingleDialogAlt(db, parent)
|
||||
d.start(row_list, current_row, view_slot=view_slot)
|
||||
return d.changed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue