Revision 9661 branches/v10/frameworks/_fwAndami/src/com/iver/andami/ui/theme/Theme.java

View differences:

Theme.java
4 4

  
5 5
import org.xmlpull.v1.XmlPullParser;
6 6

  
7
import com.iver.andami.messages.NotificationManager;
8

  
7 9
import java.io.BufferedReader;
8 10
import java.io.File;
9 11
import java.io.FileInputStream;
......
122 124
											timers.add(parser
123 125
													.getAttributeValue("",
124 126
															TIMER));
125
											System.out.println(images.size()
126
													+ " " + timers.size());
127 127
											splashtag = parser.nextTag();
128 128
										} else {
129 129
											endSplash = true;
......
176 176

  
177 177
            // }
178 178
        } catch (Exception e) {
179
            e.printStackTrace();
180
            System.out.println("error");
179
            NotificationManager.addError("Error reading theme: "+file.getAbsolutePath(), e);
181 180
        }
182 181
    }
183 182

  

Also available in: Unified diff