Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

rename: set default icon

Changeset a1255bffcc75

Parent d6cac2fbb640

by Steve Borho

Changes to one file · Browse files at a1255bffcc75 Showing diff from parent d6cac2fbb640 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​rename.py Stacked
 
16
17
18
 
19
20
21
 
41
42
43
 
44
45
46
 
16
17
18
19
20
21
22
 
42
43
44
45
46
47
48
@@ -16,6 +16,7 @@
 from dialog import error_dialog  from mercurial import hg, ui, mdiff, cmdutil, match, util, commands  from hglib import toutf, fromutf, diffexpand, rootpath +from shlib import set_tortoise_icon  import gtklib  try:   from mercurial.repo import RepoError @@ -41,6 +42,7 @@
  def __init__(self, root=''):   'Initialize the Dialog'   gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL) + set_tortoise_icon(self, 'general.ico')     self.root = root   self.notify_func = None