first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[mir.git] / source / mircoders / storage / DatabaseImageLayout.java
index a4b5fb4..d67596c 100755 (executable)
@@ -38,7 +38,8 @@ public class DatabaseImageLayout extends Database implements StorageObject{
                this.theTable="img_layout";
        }
 
-       public SimpleList getPopupData() { return getPopupData("name",true); }
+       public SimpleList getPopupData()
+        throws StorageObjectException { return getPopupData("name",true); }
 
 
 }