From 22e017739d237df346286fd04aa201715374a5ea Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Fri, 13 Aug 2010 21:35:55 +0200 Subject: Imported Upstream version 0.3.1 --- rapid/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rapid/config.py') diff --git a/rapid/config.py b/rapid/config.py index 2f0e1e3..6fe31b1 100644 --- a/rapid/config.py +++ b/rapid/config.py @@ -15,7 +15,7 @@ ### along with this program; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -version = '0.3.0' +version = '0.3.1' GCONF_KEY="/apps/rapid-photo-downloader" GLADE_FILE = "glade3/rapid.glade" @@ -56,3 +56,5 @@ STATUS_DOWNLOAD_AND_BACKUP_FAILED = 5 # tried to download but failed, and STATUS_DOWNLOAD_FAILED = 6 # tried to download but failed STATUS_WARNING = 7 # warning (shown in pre-download preview) STATUS_CANNOT_DOWNLOAD = 8 # cannot be downloaded + +TINY_SCREEN_HEIGHT = 650 -- cgit v1.2.3