Opened 14 years ago
Last modified 13 years ago
#583 accepted defect
Server tab fails to update in IRC
Reported by: | wadeb | Owned by: | fran |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Irc | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Changing servers while the Server tab is focused fails to update the
server name tab.
Clicking away and back resolves the issue.
Change History (2)
comment:1 Changed 13 years ago by fran
- Owner changed from mchua to fran
- Status changed from new to accepted
comment:2 Changed 13 years ago by fran
Note: See
TracTickets for help on using
tickets.
This appears to be a bug in (Py)GTK. The IRC activity is setting the server tab correctly at the right time (see widgets.py:653), but the GtkNotebook isn't redrawing the label widgets until the user clicks on a tab.