SourceListView: Fix runtime warning about granite_widgets_tab_set_icon
This commit is contained in:
parent
a615422cff
commit
40cbd79e20
|
@ -520,6 +520,7 @@ namespace EasySSH {
|
||||||
var t = get_term_widget (new_tab);
|
var t = get_term_widget (new_tab);
|
||||||
window.current_terminal = t;
|
window.current_terminal = t;
|
||||||
var box = (TerminalBox)new_tab.page;
|
var box = (TerminalBox)new_tab.page;
|
||||||
|
box.tab = new_tab;
|
||||||
box.set_selected();
|
box.set_selected();
|
||||||
new_tab.icon = null;
|
new_tab.icon = null;
|
||||||
var all_read = true;
|
var all_read = true;
|
||||||
|
|
Loading…
Reference in New Issue