Hopefully fix bug #5672
authorRyan Campbell <campbellr@gmail.com>
Thu, 6 May 2010 06:18:36 +0000 (00:18 -0600)
committerRyan Campbell <campbellr@gmail.com>
Thu, 6 May 2010 06:18:36 +0000 (00:18 -0600)
commit37234c1385ec66f6199083a714e9c7b7290f73d1
tree7269f301ef31bbc4e0965688455846e5c54968c8
parentce50020eb3e72d09b2463aa6bf76ea1339b26ed0
Hopefully fix bug #5672

This will hopefully fix bug #5672 "meveon crashes when started without a
network connection". We fix this by using python-conic to connect to the
default network when mevemon stops, or if there is no default netowork,
pop up the system dialog for selecting a connection.

I also changed the "except eveapi.Error:" sections to just "except:",
probably not a great idea, but we were crashing on socket exceptions
sometimes too (see bug #5663).
package/Makefile
package/debian/changelog
package/debian/control
package/src/mevemon.py