def setTopWindow( self, top_window ):
super().setTopWindow( top_window )
tm = self.table_view.table_model
self.all_visible_table_columns = (tm.col_staged, tm.col_status, tm.col_name, tm.col_date)
prefs = self.app.prefs.git
if prefs.program is not None:
git.Git.GIT_PYTHON_GIT_EXECUTABLE = str(prefs.program)
self.log.info( 'Git using program %s' % (shutil.which( git.Git.GIT_PYTHON_GIT_EXECUTABLE ),) )
wb_git_project.initCallbackServer( self.app )
wb_git_project.setCallbackCredentialsHandler( self.getGitCredentials )
评论列表
文章目录