mirror of
https://github.com/deavminet/gustav.git
synced 2025-03-11 06:17:35 +00:00
Kinda works.
This commit is contained in:
parent
4f1fc32f8b
commit
5da6691c4a
@ -244,6 +244,8 @@ public final class Connection : Thread
|
||||
{
|
||||
/* TODO: Switch to */
|
||||
writeln("nope time: "~channelSelected);
|
||||
|
||||
|
||||
}
|
||||
/* If we haven't joined this channel before */
|
||||
else
|
||||
@ -268,6 +270,9 @@ public final class Connection : Thread
|
||||
writeln("first time: "~channelSelected);
|
||||
}
|
||||
|
||||
/* Switch to the channel's pane */
|
||||
notebookSwitcher.setCurrentPage(foundChannel.getBox());
|
||||
|
||||
box.showAll();
|
||||
// notebookSwitcher.showAll();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user