Warning: g_main_context_check() called recursively
Created originally on Bitbucket by fabse
after closing a gui i regularly get a warning window. Not always, but sometimes... looking at the log file (hgproc.exe.log), I found the following warings which were listed multiple times:
C:\Program Files\TortoiseHg\library.zip\hggtk\history.py:673: Warning: g_main_context_prepare() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\history.py:673: Warning: g_main_context_check() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\synch.py:619: Warning: g_main_context_prepare() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\synch.py:619: Warning: g_main_context_check() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:230: Warning: g_main_context_prepare() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:230: Warning: g_main_context_check() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:243: Warning: g_main_context_prepare() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:243: Warning: g_main_context_check() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:205: Warning: g_main_context_prepare() called recursively from within a source's check() or prepare() member.
C:\Program Files\TortoiseHg\library.zip\hggtk\merge.py:205: Warning: g_main_context_check() called recursively from within a source's check() or prepare() member.
I'm using version 0.7.4 on windows XP...
At least stoping the warning window to pop up would be nice.
regards