Was not looking in personal folder for starters (e.g., "~/.tuxpaint/starters/"

on Linux).  Fixed.  Adds a new boolean to the save image's ".dat" file,
denoting whether the starter is from the personal folder (1) or not
(0, or no data, as in prev. version).
This commit is contained in:
William Kendrick 2006-08-28 08:53:57 +00:00
parent 302223ce79
commit 99b56759cf
2 changed files with 48 additions and 14 deletions

View file

@ -197,7 +197,12 @@ $Id$
* Bug Fixes:
----------
* tux Paint's scalable icon (tuxpaint-icon.svg) caused Gnome panel to
* Was not looking in personal folder for starters
(e.g., "~/.tuxpaint/starters/" on Linux). Fixed. Adds a new boolean
to the save image's ".dat" file, denoting whether the starter is from
the personal folder (1) or not (0, or no data, as in prev. version).
* Tux Paint's scalable icon (tuxpaint-icon.svg) caused Gnome panel to
go wild (due to "libarts" bug?). Changed a vector value which apparently
fixes it (and caused no noticable changes to the icon).