Updating image backgrounds.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4752 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-08-02 00:55:20 +00:00
committed by derek
parent e828c1d72c
commit 373d8893b9
6 changed files with 93 additions and 74 deletions

View File

@ -207,6 +207,7 @@ public class PluginManager implements MainWindowListener {
minSparkVersion = plugin.selectSingleNode("minSparkVersion").getText();
}
catch (Exception e) {
Log.error(e);
return null;
}