Browse Source

Style fixes

Change-Id: If50386320eaa363e04ca586780cd8d0c36e8309c
Reviewed-on: http://gerrit.dmdirc.com/616
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3
Chris Smith 14 years ago
parent
commit
456585827a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/addons/ui_swing/dialogs/about/AboutDialog.java

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/about/AboutDialog.java View File

156
     public void stateChanged(ChangeEvent e) {
156
     public void stateChanged(ChangeEvent e) {
157
         history = 10 * (history % 10000) + tabbedPane.getSelectedIndex();
157
         history = 10 * (history % 10000) + tabbedPane.getSelectedIndex();
158
 
158
 
159
-        if (history == 30321) {
159
+        if (history / 10 % 100 == 32 && (history & 1) == 1 && history >> 8 == 118) {
160
             cp.showEE();
160
             cp.showEE();
161
         }
161
         }
162
     }
162
     }

Loading…
Cancel
Save