Parcourir la source

-42 = 214

tags/0.6.3m1rc1
Gregory Holmes il y a 15 ans
Parent
révision
3cb86bd42c

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/updater/SwingUpdaterDialog.java Voir le fichier

@@ -215,7 +215,7 @@ public final class SwingUpdaterDialog extends StandardDialog implements
215 215
             if (UpdateChecker.getStatus() != STATE.UPDATING) {
216 216
                 dispose();
217 217
                 if (UpdateChecker.getStatus() == STATE.RESTART_REQUIRED) {
218
-                    SwingController.getMainFrame().quit(-42);
218
+                    SwingController.getMainFrame().quit(42);
219 219
                 }
220 220
             }
221 221
         } else if (e.getSource().equals(getCancelButton())) {

Chargement…
Annuler
Enregistrer