fixed bug that causes crash for first-time users

git-svn-id: svn://svn.berlios.de/gpodder/trunk@132 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2006-07-17 15:03:35 +00:00
parent ce63f4b634
commit f91c1719a4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon, 17 Jul 2006 17:02:15 +0200 <thp@perli.net>
* Set update_on_startup in gPodderLib so gPodder doesn't
crash for first-time users with no gPodder configuration
Fri, 14 Jul 2006 21:07:56 +0200 <thp@perli.net>
* Multiple selection support for downladed items list
* Bumped up version and release dates

View File

@ -98,6 +98,7 @@ class gPodderLibClass( object):
open_app = ""
ipod_mount = ""
opml_url = ""
update_on_startup = False
desktop_link = _("gPodder downloads")
gpodderconf_section = 'gpodder-conf-1'