altosui: Add return to try/catch.. duh
authorMike Beattie <mike@ethernal.org>
Thu, 13 Sep 2012 13:08:53 +0000 (01:08 +1200)
committerMike Beattie <mike@ethernal.org>
Fri, 14 Sep 2012 05:51:53 +0000 (17:51 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosui/AltosUIPreferencesBackend.java

index 1988e0b4ca3204b4925f87222f8e408e714d81be..1c53df84be5480d6d8b108979aff6062149cd11d 100644 (file)
@@ -77,6 +77,7 @@ public class AltosUIPreferencesBackend implements AltosPreferencesBackend {
                try {
                        return _preferences.keys();
                } catch (BackingStoreException be) {
+                       return null;
                }
        }