cleanup, version bump, gveejay theme fixes, fix vims 130, proper naming of things in gui, default title of sample, sample's title as recording name, fixed a few compile warnings

git-svn-id: svn://code.dyne.org/veejay/trunk@515 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-01-25 22:03:54 +00:00
parent 8550ff425c
commit 4816172d1a
14 changed files with 142 additions and 296 deletions

View File

@@ -364,6 +364,9 @@ void *veejay_sequence_thread(gpointer data)
void veejay_abort_sequence( void *data )
{
veejay_sequence_t *v = (veejay_sequence_t*) data;
if(!v)
return;
g_mutex_lock(v->mutex);
v->abort = 1;
g_mutex_unlock(v->mutex);