Index: /applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java	(revision 35316)
+++ /applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java	(revision 35317)
@@ -103,5 +103,5 @@
         if (currentAutoFilter != null) {
             if (controller != null) {
-                String currentFilterValue = currentAutoFilter.getFilter().text.split("=")[1];
+                String currentFilterValue = currentAutoFilter.getLabel();
 
                 controller.setIndoorLevel(currentFilterValue);
