Did some ApiThread refactoring, made the refresh button only refresh the current pane, and helped child threads die on exit
This commit is contained in:
parent
d2cf7c2ff5
commit
fe1b1cabf2
4 changed files with 67 additions and 57 deletions
|
@ -221,7 +221,7 @@
|
|||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<signal name="clicked" handler="update_windows_callback" last_modification_time="Mon, 12 Apr 2010 18:33:51 GMT"/>
|
||||
<signal name="clicked" handler="update_window_callback" last_modification_time="Thu, 06 May 2010 15:25:15 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
|
Reference in a new issue