X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=jamaui%2Frefresh.py;h=ed5fd370e46475ba2e7756316ab7150922de01d8;hb=4ac85aae6e805f82f48267cf92f371b678f97c0b;hp=2d08955318e3cbadd421fa908da95ab07c6cbb74;hpb=43cb92f722b7710c22d59725cb0adcddcadc0458;p=jamaendo diff --git a/jamaui/refresh.py b/jamaui/refresh.py index 2d08955..ed5fd37 100644 --- a/jamaui/refresh.py +++ b/jamaui/refresh.py @@ -1,3 +1,27 @@ +#!/usr/bin/env python +# +# This file is part of Jamaendo. +# Copyright (c) 2010 Kristoffer Gronlund +# +# Jamaendo is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Jamaendo is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Jamaendo. If not, see . +# +# Player code heavily based on http://thpinfo.com/2008/panucci/: +# A resuming media player for Podcasts and Audiobooks +# Copyright (c) 2008-05-26 Thomas Perl +# (based on http://pygstdocs.berlios.de/pygst-tutorial/seeking.html) +# + class RefreshDialog(object): def __init__(self): self.notebook = gtk.Notebook()