Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: add a TODO for refreshing ui after exiting settings tool

This should be done in a more efficient way than gtools.refreshui(),
and a generic routine for this should be added to hglib.

Changeset 3bb72638884e

Parent da691fb3a687

by Steve Borho

Changes to one file · Browse files at 3bb72638884e Showing diff from parent da691fb3a687 Diff from another changeset...

 
30
31
32
 
33
34
35
 
237
238
239
 
240
241
242
 
30
31
32
33
34
35
36
 
238
239
240
241
242
243
244
@@ -30,6 +30,7 @@
 # qnew/shelve-patch creation dialog (in another file)  # spell check / tab completion  # in-memory patching / committing chunk selected files +# refresh UI instances, make a hglib func for it    class CommitWidget(QWidget):   'A widget that encompasses a StatusWidget and commit extras' @@ -237,6 +238,7 @@
  def settings():   from tortoisehg.hgqt.settings import SettingsDialog   dlg = SettingsDialog(True, focus='tortoisehg.summarylen') + # TODO: refresh UI instances, make a hglib func for it   return dlg.exec_()     menu = self.msgte.createStandardContextMenu()