move icons to xdg standard dirs, add desktop files

closes #359
This commit is contained in:
Christophe Benz 2010-08-11 19:27:41 +02:00
commit 13f9fc07b2
36 changed files with 70 additions and 29 deletions

View file

@ -66,7 +66,7 @@ class BaseBackend(object):
# License of this backend.
LICENSE = '<unspecified>'
# Icon file path
ICON = ''
ICON = None
# Configuration required for this backend.
# Values must be ConfigField objects.
CONFIG = {}