hgcr-gui: TypeError
Created originally on Bitbucket by Anonymous
I was trying out the code review extension.
I don't really know how it's supposed to work, but when clicking "Add" it asks:
{{{
please enter vaild[sic] information:
From: your e-amil[sic] addres[sic]
SMTP host: localhost
SMTP port: 25
Presead[sic] to userconfig?
}}}
When affirmed nothing happens, but the following is printed to the console:
{{{
C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gtklib.py:289: GtkWarnin
g: gtkwidget.c:4250: widget GtkDialog' has no activatable signal "thg-close" wi thout arguments C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gtklib.py:289: GtkWarnin g: gtkwidget.c:4250: widget
GtkDialog' has no activatable signal "thg-exit" wit
hout arguments
C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gtklib.py:289: GtkWarnin
g: gtkwidget.c:4250: widget GtkDialog' has no activatable signal "thg-refresh" without arguments C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gtklib.py:289: GtkWarnin g: gtkwidget.c:4250: widget
GtkDialog' has no activatable signal "thg-accept" w
ithout arguments
Traceback (most recent call last):
File "hgext\hgcr-gui.pyo", line 878, in _btn_add_clicked
File "hgext\hgcr-gui.pyo", line 839, in _fill_info
File "hgext\hgcr-gui.pyo", line 708, in _on_conf_clicked
File "tortoisehg\hgtk\thgconfig.pyo", line 615, in init
File "tortoisehg\hgtk\gtklib.pyo", line 314, in set_tortoise_keys
TypeError: <ConfigDialog object at 0x4b127b0 (GtkDialog at 0x47ba1c0)>: unknown
signal name: thg-close
}}}