Viewing Issue Advanced Details

ID 0003850 Category [DMDirc] *Unsorted Severity minor
Reproducibility always Date Submitted 2010-03-06 21:30 Last Update 2010-03-06 22:25
Reporter MD87 Assigned To Greboid View Status public
Priority normal Status resolved Resolution fixed
Platform Fixed in Version Target Version 0.6.4
Product Version Product Build
Summary 0003850: Dividers in CSD topic list seem to have vanished
Description
Dividers in CSD topic list seem to have vanished
Needs unit test no
Upstream Bug URL

Relationships

Notes

A patchset (1) related to this change has been added to gerrit by Greboid

Fixes issue 3850

In a similar vein to the addon browser fix, remove some NOOPd methods doesn't
overly impact CPU usage, makes the seperators show.

Change-Id: I046414cd6e1573a82f808015caa77df793aef7bb
authorGreboid <greg@dmdirc.com>2010-03-06 22:06:51 (GMT)
committer Chris Smith <chris@dmdirc.com>2010-03-06 22:24:40 (GMT)
commit0be4c3d498bcbb6dc363fd279fd0d4addb462fc2 (patch) (side-by-side diff)
In a similar vein to the addon browser fix, remove some NOOPd methods doesn't overly impact CPU usage, makes the seperators show. Change-Id: I046414cd6e1573a82f808015caa77df793aef7bb Reviewed-on: http://gerrit.dmdirc.com/962 Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com> Reviewed-by: Chris Smith <chris@dmdirc.com>
-rw-r--r--src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicLabel.java10
1 files changed, 0 insertions, 10 deletions
Click to Expand/Collapse
diff src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicLabel.java
@@ -170,16 +170,6 @@ public class TopicLabel extends JPanel {
/** {@inheritDoc} */
@Override
- public void invalidate() {
- }
-
- /** {@inheritDoc} */
- @Override
- public void revalidate() {
- }
-
- /** {@inheritDoc} */
- @Override
public void repaint() {
}

Issue History

Date Modified Username Field Change
2010-03-06 21:30 MD87 New Issue
2010-03-06 21:30 MD87 Status new => assigned
2010-03-06 21:30 MD87 Assigned To => Greboid
2010-03-06 22:07 Version Control Checkin
2010-03-06 22:07 Version Control Note Added: 0010116
2010-03-06 22:07 Version Control Status assigned => fix pending
2010-03-06 22:25 Greboid Checkin
2010-03-06 22:25 Greboid Note Added: 0010119
2010-03-06 22:25 Greboid Status fix pending => resolved
2010-03-06 22:25 Greboid Resolution open => fixed