~guillaume86/exaile/context-dev

« back to all changes in this revision

Viewing changes to xlgui/devices.py

  • Committer: guillaume86
  • Date: 2009-09-03 18:33:21 UTC
  • mfrom: (2141.1.316 exaile-0.3.0)
  • Revision ID: guillaume86-20090903183321-7mylh5n1q9t5pnje
move to pylast 0.4: /!\ need to erase the lastfm.cache file for transition from old plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# this program is free software; you can redistribute it and/or modify
2
 
# it under the terms of the gnu general public license as published by
3
 
# the free software foundation; either version 2, or (at your option)
 
1
# Copyright (C) 2008-2009 Adam Olsen 
 
2
#
 
3
# Copyright (C) 2008-2009 Adam Olsen 
 
4
#
 
5
# This program is free software; you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation; either version 2, or (at your option)
4
8
# any later version.
5
9
#
6
 
# this program is distributed in the hope that it will be useful,
7
 
# but without any warranty; without even the implied warranty of
8
 
# merchantability or fitness for a particular purpose.  see the
9
 
# gnu general public license for more details.
10
 
#
11
 
# you should have received a copy of the gnu general public license
12
 
# along with this program; if not, write to the free software
13
 
# foundation, inc., 675 mass ave, cambridge, ma 02139, usa.
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
# GNU General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU General Public License
 
16
# along with this program; if not, write to the Free Software
 
17
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
#
 
19
#
 
20
# The developers of the Exaile media player hereby grant permission 
 
21
# for non-GPL compatible GStreamer and Exaile plugins to be used and 
 
22
# distributed together with GStreamer and Exaile. This permission is 
 
23
# above and beyond the permissions granted by the GPL license by which 
 
24
# Exaile is covered. If you modify this code, you may extend this 
 
25
# exception to your version of the code, but you are not obligated to 
 
26
# do so. If you do not wish to do so, delete this exception statement 
 
27
# from your version.
 
28
#
 
29
#
 
30
# The developers of the Exaile media player hereby grant permission 
 
31
# for non-GPL compatible GStreamer and Exaile plugins to be used and 
 
32
# distributed together with GStreamer and Exaile. This permission is 
 
33
# above and beyond the permissions granted by the GPL license by which 
 
34
# Exaile is covered. If you modify this code, you may extend this 
 
35
# exception to your version of the code, but you are not obligated to 
 
36
# do so. If you do not wish to do so, delete this exception statement 
 
37
# from your version.
14
38
 
15
39
from xl.nls import gettext as _
16
40
import gtk, gtk.glade