A GTK+ / GStreamer based music player
Go to file
Anna Schumaker aa21ab5602 file: Strip leading whitespace when reading strings
This was a bug I discovered when double clicking on paths in the
collection manager to change the path in the FileChooserWidget.

Before this patch, strings could be read as:
	<string> /home/anna/Music</string>

Now, the same string will be read as:
	<string>/home/anna/Music</string>

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:58 -04:00
design library: Create a function for enabling and disabling paths 2014-04-06 19:56:58 -04:00
gui gui: Create a common ocarina_init() 2014-04-06 19:56:58 -04:00
include build: Rename CONFIG.ENV to CONFIG.CCFLAGS 2014-04-06 19:56:58 -04:00
lib file: Strip leading whitespace when reading strings 2014-04-06 19:56:58 -04:00
ocarina libsaria: Remove app name from init data 2014-04-06 19:56:50 -04:00
tests file: Strip leading whitespace when reading strings 2014-04-06 19:56:58 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore gui: Begin implementing the gui 2014-04-06 19:56:58 -04:00
LICENSE Added license 2011-11-09 08:31:36 -05:00
PKGBUILD.tmpl newgui: Start rewriting the gui 2014-04-06 19:56:50 -04:00
Sconstruct build: Improve aliasing for tests 2014-04-06 19:56:51 -04:00
config build: Rename CONFIG.ENV to CONFIG.CCFLAGS 2014-04-06 19:56:58 -04:00
design.txt design: Add future ideas 2014-04-06 19:56:58 -04:00