* src/ImageSelect.py: fix adding a new image that is actually

already in the database.


svn: r5187
This commit is contained in:
Don Allingham
2005-09-11 03:08:49 +00:00
parent d117110b4c
commit 02d2c7cd73
4 changed files with 11 additions and 9 deletions

View File

@@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
AC_INIT(gramps, 2.0.8, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 2.0.9, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=1
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
dnl RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"