mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
After /LAYOUT SAVE changing settings created new windows.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3276 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6e54baaa0c
commit
9e37659926
1 changed files with 3 additions and 3 deletions
|
|
@ -384,12 +384,12 @@ static void sig_setup_changed(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (firsttime) {
|
if (firsttime) {
|
||||||
|
firsttime = FALSE;
|
||||||
|
changed = TRUE;
|
||||||
|
|
||||||
windows_layout_restore();
|
windows_layout_restore();
|
||||||
if (windows != NULL)
|
if (windows != NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
firsttime = FALSE;
|
|
||||||
changed = TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (changed)
|
if (changed)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue