mirror of https://github.com/deavminet/gustav.git
Cleaned up
This commit is contained in:
parent
26685a322c
commit
f51a118348
|
@ -164,7 +164,7 @@ public final class Channel
|
|||
private bool userLabelHoverHandler(int, int, bool, Tooltip tooltip, Widget userLabel)
|
||||
{
|
||||
/* The username hovered over */
|
||||
string userHover = (cast(Label)poes).getText();
|
||||
string userHover = (cast(Label)userLabel).getText();
|
||||
|
||||
/* Fetch the status message */
|
||||
string[] statusMessage = split(client.getMemberInfo(userHover), ",");
|
||||
|
|
Loading…
Reference in New Issue