gpodder/src/gpodder
Thomas Perl 7d61477215 Fix channel deletion in CLI mode (-d)
Channel deletion did not work in CLI mode, because
we were only saving the OPML file, and did not
remove the channel from the database. This patch
fixes it by calling delete() on the channel object.

Thanks to Markus Golser (elmargol) for testing
the CLI mode and bringing this to my attention.
2009-05-07 13:21:29 +02:00
..
__init__.py D-Bus object; only allow a single instance running (bug 62) 2009-02-25 14:57:45 +01:00
cache.py Use proxy server settings for feed downloads (bug 371) 2009-04-27 15:44:28 +02:00
config.py Ipod sync behaviour changes 2009-04-27 18:39:18 +02:00
console.py Fix channel deletion in CLI mode (-d) 2009-05-07 13:21:29 +02:00
dbsqlite.py Fix "You must not use 8-bit bytestrings" (bug 375) 2009-03-11 10:18:51 +01:00
download.py Truncate partial download file if resume is unsupported (bug 409) 2009-05-05 10:22:12 +02:00
draw.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
dumbshelve.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
gui.py Update minimize behavior when no tray icon (bug 258) 2009-05-05 09:43:04 +02:00
libconverter.py Migrate to subprocess; add unittests (LP bug #345003) 2009-03-21 21:10:46 +01:00
libgpodder.py Move ext_command_thread from gPodderLib to util 2009-04-01 12:53:13 +02:00
liblogger.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
libplayers.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
libpodcasts.py Use proxy server settings for feed downloads (bug 371) 2009-04-27 15:44:28 +02:00
libtagupdate.py Migrate to subprocess; add unittests (LP bug #345003) 2009-03-21 21:10:46 +01:00
my.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
nokiavideocenter.py Refactor libpodcasts; fix episode dialog 2009-03-10 14:59:01 +01:00
opml.py Update copyright info from 2005-2008 to 2005-2009 2009-02-01 21:22:21 +01:00
resolver.py Fetch the best YouTube video format available (bug 428) 2009-05-05 09:23:36 +02:00
services.py Remove cancelled and failed downloads on exit 2009-04-02 00:33:49 +02:00
SimpleGladeApp.py Upgrade gPodder to GPLv3 2007-08-29 18:30:26 +00:00
sync.py Part played episodes no longer marked new on iPod (bug 403) 2009-05-05 09:30:06 +02:00
trayicon.py Clean-up tray icon; re-enable download reporting 2009-04-02 01:46:22 +02:00
unittests.py More doctests; test "find_mount_point" (using MiniMock) 2009-03-24 19:53:19 +01:00
util.py Remove bogus sender=self keyword arguments 2009-04-08 16:04:19 +02:00
widgets.py Initial work on the new download manager code 2009-04-01 01:12:17 +02:00