ardour.git
9 years agoPut tempo lines below tracks.
David Robillard [Mon, 12 Jan 2015 06:02:37 +0000 (01:02 -0500)]
Put tempo lines below tracks.

9 years agoRemove unused vertical scroll group.
David Robillard [Mon, 12 Jan 2015 06:01:44 +0000 (01:01 -0500)]
Remove unused vertical scroll group.

9 years agoFix mouse event position offset bug.
David Robillard [Mon, 12 Jan 2015 05:57:10 +0000 (00:57 -0500)]
Fix mouse event position offset bug.

Search scroll groups for event delivery from top to bottom rather than bottom
to top.  Overlapping scroll groups still aren't properly supported by the
canvas, but currently all we care about is that the top one gets the event, so
the hscroll group (tempo lines) can be below the hvscroll group (tracks), but
the latter gets events.

9 years agoRevert "hotfix z-stacking"
David Robillard [Mon, 12 Jan 2015 02:41:17 +0000 (21:41 -0500)]
Revert "hotfix z-stacking"

This reverts commit 03f0229bcfc35916f81c6187948df3ea3b79a976.

Mitigate the fallout from said overly aggressive revert: preserve the alpha
values to not break the color configuration for when the lines are fixed.

9 years agoadd a midi->audio dummy backend mode.
Robin Gareus [Sun, 11 Jan 2015 14:58:28 +0000 (15:58 +0100)]
add a midi->audio dummy backend mode.

this allows to easily debug latency compensation
as well as visualize lost midi events.

9 years agoremove track-selection requirement so fit_selected_tracks works as coded. change...
Ben Loftis [Sun, 11 Jan 2015 17:46:36 +0000 (11:46 -0600)]
remove track-selection requirement so fit_selected_tracks works as coded.  change name to fit-selection.  remove action to zoom (both axes) because this can trivially be accomplished by clicking (f)it and (z)oom sequentially, and it frees a keybinding.  remaining bug: Fitting a selection of MIDI regions doesnt work right

9 years agohotfix z-stacking
Robin Gareus [Sun, 11 Jan 2015 13:13:54 +0000 (14:13 +0100)]
hotfix z-stacking

This reverts commit 780c1762 and e70c9a3
Both combined introduced various bugs:

* rubberband-selection has a scroll-offset
* region drag/drop has wrong y-offset
* ranges (loop etc) are above the playhead
* possible scroll performance hit (long unclipped
  lines in h_scroll_group)

on the downside: time-grid is now no longer visible behind
the rulers. Doing that will require a different approach…

9 years agoclean up whitespace & debug output in 44203ce
Robin Gareus [Sun, 11 Jan 2015 01:55:48 +0000 (02:55 +0100)]
clean up whitespace & debug output in 44203ce

9 years agoRaise threshold for showing ticks for a bit.
David Robillard [Sun, 11 Jan 2015 00:38:37 +0000 (19:38 -0500)]
Raise threshold for showing ticks for a bit.

This fixes two zoom levels (the closest that shows bars, and the next closest)
that had the same tick resolution despite enough space.

9 years agoRaise regions about tempo lines.
David Robillard [Sun, 11 Jan 2015 00:38:21 +0000 (19:38 -0500)]
Raise regions about tempo lines.

9 years agoconsistent autobuild log output
Robin Gareus [Sat, 10 Jan 2015 18:39:45 +0000 (19:39 +0100)]
consistent autobuild log output

9 years agogracefully handle missing .midnam
Robin Gareus [Sat, 10 Jan 2015 18:31:50 +0000 (19:31 +0100)]
gracefully handle missing .midnam

Fixes bug: Add a .midnam to local preferences.
use it in a session. delete the .midnam,
reload session -> crash

9 years agoFix AutomationTrackItem rubberband click thinking it was unhandled.
nick_m [Sat, 10 Jan 2015 17:07:31 +0000 (04:07 +1100)]
Fix AutomationTrackItem rubberband click thinking it was unhandled.
Fix several other cases where a single mouse click could cause several
(not nested) selection ops.
Fix missing selection memento for midi notes and midi commands.
Rename some variables.
Fix random style issues.

9 years agoAccommodate a newly introduced #define ('LIBARDOUR') when building with MSVC
John Emmas [Sat, 10 Jan 2015 12:15:47 +0000 (12:15 +0000)]
Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVC

These changes are MSVC specific and shouldn't affect the other builds.

9 years agoAccommodate a newly introduced #define ('PROGRAM_VERSION') when building with MSVC
John Emmas [Sat, 10 Jan 2015 12:13:33 +0000 (12:13 +0000)]
Accommodate a newly introduced #define ('PROGRAM_VERSION') when building with MSVC

This change is MSVC specific and shouldn't affect the other builds.

9 years agoAdd a newly introduced header file to our MSVC project (libevoral)
John Emmas [Sat, 10 Jan 2015 11:58:58 +0000 (11:58 +0000)]
Add a newly introduced header file to our MSVC project (libevoral)

This change is MSVC specific and shouldn't affect the other builds.

9 years agoAdd support for the C99 function 'log2()' which is newly needed by 'gtk2_ardour/tempo...
John Emmas [Sat, 10 Jan 2015 11:56:24 +0000 (11:56 +0000)]
Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardour/tempo_lines.cc' (but isn't available from MSVC).

These changes are MSVC specific and shouldn't affect the other builds.

(incidentally, libpbd already offers a function called 'fast_log2()'. Not sure if that could have been used instead...)

9 years agoFix initial display of grouped MIDI region colors.
David Robillard [Fri, 9 Jan 2015 22:49:16 +0000 (17:49 -0500)]
Fix initial display of grouped MIDI region colors.

9 years agoUse quotes to include local library headers.
David Robillard [Fri, 9 Jan 2015 22:48:58 +0000 (17:48 -0500)]
Use quotes to include local library headers.

9 years agofix select-all-regions-within (it used to select everything overlapped)
Ben Loftis [Fri, 9 Jan 2015 18:20:02 +0000 (12:20 -0600)]
fix select-all-regions-within (it used to select everything overlapped)

9 years agomake set_selection_from_region do something visible
Ben Loftis [Fri, 9 Jan 2015 17:14:34 +0000 (11:14 -0600)]
make set_selection_from_region do something visible

9 years agostash Bring Into Session inside the Cleanup submenu
Ben Loftis [Thu, 8 Jan 2015 22:27:24 +0000 (16:27 -0600)]
stash Bring Into Session inside the Cleanup submenu

9 years agoadd .m2t video extension
Robin Gareus [Fri, 9 Jan 2015 17:05:27 +0000 (18:05 +0100)]
add .m2t video extension

9 years agoremove cruft (old unused pre-git version files)
Robin Gareus [Thu, 8 Jan 2015 19:31:23 +0000 (20:31 +0100)]
remove cruft (old unused pre-git version files)

9 years agofix LTC alignment.
Robin Gareus [Fri, 9 Jan 2015 05:02:36 +0000 (06:02 +0100)]
fix LTC alignment.

LTC-slave: offset the parsed LTC-frame instead of changing the
frame's timestamp. This fixes an issue with freewheel timeout and
delta-calculation. Align transport-time with output to match
capture alignment: "with existing material".

LTC-generator: follow suit. align clock with master-bus out.
This is a semi-permanent workaround. Once [tracks feeding] the
master-bus is/are delayed to align to output. The generator
needs to use (worst_track_latency not worst_playback_latency)

9 years agoRevert "don't unpack and repack meters unnecessarily during LevelMeterBase::setup_met...
Robin Gareus [Fri, 9 Jan 2015 02:18:43 +0000 (03:18 +0100)]
Revert "don't unpack and repack meters unnecessarily during LevelMeterBase::setup_meters()"

This reverts commit d00e035fe0618c8e3f4c87c6386fc87efb58cd62.

..which introduced a bug.

Meter count and type may change when switching the meter point or simply
when selecting a different track in the editor-mixer. Additional meters
were not unpacked and remained on canvas.

Ideally we'd just remove the excess meters or meters where the type
changed, but that's far more complex than just repacking them all.

9 years agoFix offset events when consolidating MIDI range.
David Robillard [Fri, 9 Jan 2015 04:28:02 +0000 (23:28 -0500)]
Fix offset events when consolidating MIDI range.

9 years agoMore contrast between different division lines.
David Robillard [Fri, 9 Jan 2015 02:10:54 +0000 (21:10 -0500)]
More contrast between different division lines.

9 years agoStop showing bar lines sooner.
David Robillard [Fri, 9 Jan 2015 02:10:13 +0000 (21:10 -0500)]
Stop showing bar lines sooner.

Not sure if this is a DPI dependent thing, but when zooming out some of the
steps had way too dense bar lines for me.

9 years agoFix windows key bindings.
David Robillard [Fri, 9 Jan 2015 01:15:02 +0000 (20:15 -0500)]
Fix windows key bindings.

I am not sure if this is correct, but since the name in the bindings didn't
match that in keyboard.cc, the modifier was just ignored, which results in
conflicting bindings and consequent bugs.

"Meta" seems to be the name for this thing (oddly, to me), so I chose that,
though since my window manager steals this key (as basically all the standard
ones do these days) I can't tell if these bindings actually work with the
desired key.

9 years agoFix show MIDI regions using track color.
David Robillard [Fri, 9 Jan 2015 00:59:40 +0000 (19:59 -0500)]
Fix show MIDI regions using track color.

9 years agoFix inactive track header color.
David Robillard [Fri, 9 Jan 2015 00:22:09 +0000 (19:22 -0500)]
Fix inactive track header color.

9 years agoPrevent note trim to zero length (shown as stuck).
David Robillard [Fri, 9 Jan 2015 00:13:00 +0000 (19:13 -0500)]
Prevent note trim to zero length (shown as stuck).

The reasonable value 1 tick doesn't seem to work here, presumably it gets lost
in rounding conversion somewhere.  Instead use a really small power of two
reciprocal.  Once we use actual beats and ticks we can fix this to be a minimum
of one tick (the actual minimum length for a note).

9 years agoFix value ramps to reach specified upper value.
David Robillard [Thu, 8 Jan 2015 23:47:08 +0000 (18:47 -0500)]
Fix value ramps to reach specified upper value.

9 years agoClamp value spinner when valid range changes.
David Robillard [Thu, 8 Jan 2015 23:46:16 +0000 (18:46 -0500)]
Clamp value spinner when valid range changes.

9 years agoMeter-like note colours, but still mostly green.
David Robillard [Thu, 8 Jan 2015 23:34:18 +0000 (18:34 -0500)]
Meter-like note colours, but still mostly green.

The previous colours made low velocity notes almost invisible.  This fixes that
and attempts meter-like colours where yellowish is high, but without going all
the way into red for a generally consistent range of colors.

9 years agoUse the subtlest red we have for selected tracks.
David Robillard [Thu, 8 Jan 2015 23:33:43 +0000 (18:33 -0500)]
Use the subtlest red we have for selected tracks.

The purple doesn't match anything anymore, red is our "selected" color.

9 years agoUse selected fill color for selected notes.
David Robillard [Thu, 8 Jan 2015 23:32:24 +0000 (18:32 -0500)]
Use selected fill color for selected notes.

9 years agoFix bounding box of rectangles with wide outlines.
David Robillard [Thu, 8 Jan 2015 23:24:27 +0000 (18:24 -0500)]
Fix bounding box of rectangles with wide outlines.

9 years agochange Split menu entry to say Split/Separate (it was already doing that anyway)...
Ben Loftis [Thu, 8 Jan 2015 22:00:36 +0000 (16:00 -0600)]
change Split menu entry to say Split/Separate (it was already doing that anyway).  also fix a bug so you can drag the playhead and split at the playhead location

9 years agomissing parenthesis
Ben Loftis [Thu, 8 Jan 2015 20:14:39 +0000 (14:14 -0600)]
missing parenthesis

9 years agotemporary fix: tell the user that region name-display requires a restart of ardour
Ben Loftis [Thu, 8 Jan 2015 18:23:03 +0000 (12:23 -0600)]
temporary fix:  tell the user that region name-display requires a restart of ardour

9 years agotemporarily hide the tooltip preference, until CairoWidget and CanvasItem can see...
Ben Loftis [Thu, 8 Jan 2015 18:18:26 +0000 (12:18 -0600)]
temporarily hide the tooltip preference, until CairoWidget and CanvasItem can see the config setting.  it doesnt seem to be a priority since clearly nobody is using this button

9 years agoShow tempo lines under marker bars.
David Robillard [Thu, 8 Jan 2015 20:24:14 +0000 (15:24 -0500)]
Show tempo lines under marker bars.

9 years agoMore consistent canvas base colours.
David Robillard [Thu, 8 Jan 2015 19:56:47 +0000 (14:56 -0500)]
More consistent canvas base colours.

General ideas: audio is blueish, MIDI is greenish, automation track colour is a
slightly darker version of its parent track colour, canvas base is the same as
the Gtk base.

9 years agoSlightly more distinct beat/subdivision lines.
David Robillard [Thu, 8 Jan 2015 19:41:09 +0000 (14:41 -0500)]
Slightly more distinct beat/subdivision lines.

9 years agoprepare for release candidate tags:
Robin Gareus [Thu, 8 Jan 2015 18:26:03 +0000 (19:26 +0100)]
prepare for release candidate tags:

regexp: /[0—9]+-[0-9]+(-rc[0-9]*)?/
<Major>-<Minor>[-rc[<num>]]
valid tag examples: 4.0, 4.1-rc3, 5.0-rc

9 years agomake MouseTool tooltips more consistent
Ben Loftis [Thu, 8 Jan 2015 17:12:50 +0000 (11:12 -0600)]
make MouseTool tooltips more consistent

9 years agocontinuing menu and keybinding consolidation
Ben Loftis [Thu, 8 Jan 2015 15:47:31 +0000 (09:47 -0600)]
continuing menu and keybinding consolidation

9 years agoShow Measure Lines instead of Show Measures
Ben Loftis [Wed, 7 Jan 2015 22:52:54 +0000 (16:52 -0600)]
Show Measure Lines instead of Show Measures

9 years agoremove hardcoded major version in build scripts
Robin Gareus [Thu, 8 Jan 2015 15:57:46 +0000 (16:57 +0100)]
remove hardcoded major version in build scripts

9 years agoClose polygon borders (fix partially drawn hits).
David Robillard [Thu, 8 Jan 2015 02:25:52 +0000 (21:25 -0500)]
Close polygon borders (fix partially drawn hits).

9 years agotweak boot message so the final message makes more sense
Ben Loftis [Thu, 8 Jan 2015 13:38:08 +0000 (07:38 -0600)]
tweak boot message so the final message makes more sense

9 years agoRedisplay key bindings when reset.
David Robillard [Thu, 8 Jan 2015 02:02:13 +0000 (21:02 -0500)]
Redisplay key bindings when reset.

9 years agoAlow tabbing between fields in metadata editor.
David Robillard [Thu, 8 Jan 2015 01:56:39 +0000 (20:56 -0500)]
Alow tabbing between fields in metadata editor.

9 years agoStart step entry at playhead.
David Robillard [Thu, 8 Jan 2015 01:46:21 +0000 (20:46 -0500)]
Start step entry at playhead.

9 years agoFix select all before/after edit point.
David Robillard [Thu, 8 Jan 2015 01:44:26 +0000 (20:44 -0500)]
Fix select all before/after edit point.

9 years agoFix whitespace (noop).
David Robillard [Thu, 8 Jan 2015 01:12:14 +0000 (20:12 -0500)]
Fix whitespace (noop).

9 years agoDon't select regions with an internal tool.
David Robillard [Thu, 8 Jan 2015 01:04:39 +0000 (20:04 -0500)]
Don't select regions with an internal tool.

9 years agoFix internal/external snap type restoration.
David Robillard [Thu, 8 Jan 2015 00:51:18 +0000 (19:51 -0500)]
Fix internal/external snap type restoration.

9 years agoDraw beat sudivisions according to snap setting.
David Robillard [Thu, 8 Jan 2015 00:05:21 +0000 (19:05 -0500)]
Draw beat sudivisions according to snap setting.

9 years agoFactor out grid beat divisions.
David Robillard [Wed, 7 Jan 2015 23:30:25 +0000 (18:30 -0500)]
Factor out grid beat divisions.

9 years agoproperly catch RTAV deletion.
Robin Gareus [Wed, 7 Jan 2015 23:41:59 +0000 (00:41 +0100)]
properly catch RTAV deletion.

fixes issue with editor-mixer retaining
a shared-pointer to the deleted route.

9 years agofix meter bridge window size issues
Robin Gareus [Wed, 7 Jan 2015 21:07:23 +0000 (22:07 +0100)]
fix meter bridge window size issues

* no more OSX liveloop (window size < min size)
* properly set min window size
* re-layout metric areas when label height changes
* remove ‘smart’ auto-resize (when tracks are added/removed)
  (it wasn’t smart enough to work on all WMs)

9 years agonow that regions and range selections are exclusive, the separate actions to set...
Ben Loftis [Wed, 7 Jan 2015 21:31:05 +0000 (15:31 -0600)]
now that regions and range selections are exclusive, the separate actions to set ranges or zoom to selections are redundant.  save some menu entries and keybindings by consolidating them. also consolidate some code with new function get_selection_extents().  as a side-effect, this checkin fixes the assert failure in play_with_preroll

9 years agoremove Skip Ranges menu item for now
Ben Loftis [Wed, 7 Jan 2015 20:13:24 +0000 (14:13 -0600)]
remove Skip Ranges menu item for now

9 years agoHigh resolution tempo lines.
David Robillard [Wed, 7 Jan 2015 13:37:20 +0000 (08:37 -0500)]
High resolution tempo lines.

9 years agoImprove contrast of summary.
David Robillard [Wed, 7 Jan 2015 06:42:49 +0000 (01:42 -0500)]
Improve contrast of summary.

9 years agoUpdate background color when theme is changed.
David Robillard [Wed, 7 Jan 2015 06:23:13 +0000 (01:23 -0500)]
Update background color when theme is changed.

9 years agoMusicalTime => Beats.
David Robillard [Wed, 7 Jan 2015 05:12:07 +0000 (00:12 -0500)]
MusicalTime => Beats.

9 years agoAdd modulus operator to MIDI transformer.
David Robillard [Wed, 7 Jan 2015 04:04:28 +0000 (23:04 -0500)]
Add modulus operator to MIDI transformer.

Useful for doing things like making alternating bowing patterns.

9 years agoFix drag of patch changes.
David Robillard [Wed, 7 Jan 2015 03:00:54 +0000 (22:00 -0500)]
Fix drag of patch changes.

9 years agoOnly restore plugin state (of first instance) once.
Robin Gareus [Tue, 6 Jan 2015 19:29:39 +0000 (20:29 +0100)]
Only restore plugin state (of first instance) once.

9 years agoFix for incorrect folder selection for new sessions from bug #6069
Tim Mayberry [Tue, 6 Jan 2015 04:58:39 +0000 (11:58 +0700)]
Fix for incorrect folder selection for new sessions from bug #6069

9 years agoFix Session file filter so session files are displayed in file browser
Tim Mayberry [Tue, 6 Jan 2015 07:02:31 +0000 (14:02 +0700)]
Fix Session file filter so session files are displayed in file browser

This small mistake slipped in with 78d0b2

9 years agonever show windows console.
Robin Gareus [Tue, 6 Jan 2015 01:07:58 +0000 (02:07 +0100)]
never show windows console.

If ardour is launched from a terminal, stdout/stderr works since
9988f661f. Further, the debug-version comes packaged with gdb and
a has a start-menu shortcut for it. There is no need to implicitly
always show a console even for debug builds.

9 years agowindows: re-attach to the console with -mwindows
Robin Gareus [Tue, 6 Jan 2015 01:04:12 +0000 (02:04 +0100)]
windows: re-attach to the console with -mwindows

9 years agoFix MIDI file descriptor leaks.
David Robillard [Mon, 5 Jan 2015 20:50:30 +0000 (15:50 -0500)]
Fix MIDI file descriptor leaks.

Pretty sure this is the cause of MIDI data going missing on save for optimized
builds.  Introduced in 294b99aabf3eb96323a3159b7a5e1b4bfc1ff04a.

9 years agoupdate windows packaging:
Robin Gareus [Mon, 5 Jan 2015 18:22:19 +0000 (19:22 +0100)]
update windows packaging:

* prepare for A4
* use separate suffix definition (not project-name)

9 years agoprepare for 'ardour4'
Robin Gareus [Mon, 5 Jan 2015 18:07:24 +0000 (19:07 +0100)]
prepare for 'ardour4'

9 years agomingw-bundle: use abstract definition of "ardour3" libdir
Robin Gareus [Mon, 5 Jan 2015 17:38:45 +0000 (18:38 +0100)]
mingw-bundle: use abstract definition of "ardour3" libdir

9 years agounhardcode "Ardour" in ffmpeg encoder comment
Robin Gareus [Mon, 5 Jan 2015 17:37:00 +0000 (18:37 +0100)]
unhardcode "Ardour" in ffmpeg encoder comment

9 years agoun-hardcode "*.ardour" file filters
Robin Gareus [Mon, 5 Jan 2015 17:36:43 +0000 (18:36 +0100)]
un-hardcode "*.ardour" file filters

9 years agoupdate windows user_cache_directory(): same pattern as config dir
Robin Gareus [Mon, 5 Jan 2015 17:29:33 +0000 (18:29 +0100)]
update windows user_cache_directory(): same pattern as config dir

9 years agoremoved hardcoded ".ardour" suffix
Robin Gareus [Mon, 5 Jan 2015 16:48:42 +0000 (17:48 +0100)]
removed hardcoded ".ardour" suffix

9 years agowin: associate session file extention
Robin Gareus [Mon, 5 Jan 2015 15:00:04 +0000 (16:00 +0100)]
win: associate session file extention

9 years agoNew MIDNAM file from e.j.vd.hooven@gmail.com
Paul Davis [Mon, 5 Jan 2015 15:19:48 +0000 (10:19 -0500)]
New MIDNAM file from e.j.vd.hooven@gmail.com

9 years agouse PROGRAM_NAME so the Start Menu and Uninstall entries look like Ardour/Ardour3...
Ben Loftis [Mon, 5 Jan 2015 03:03:33 +0000 (21:03 -0600)]
use PROGRAM_NAME so the Start Menu and Uninstall entries look like Ardour/Ardour3   rather than  ardour/Ardour3

9 years agoadd --mixbus package option
Robin Gareus [Mon, 5 Jan 2015 02:05:01 +0000 (03:05 +0100)]
add --mixbus package option

9 years agoamend prev commit (fix quote)
Robin Gareus [Mon, 5 Jan 2015 01:43:04 +0000 (02:43 +0100)]
amend prev commit (fix quote)

9 years agowindows packaging: project agnostic names & registy
Robin Gareus [Mon, 5 Jan 2015 01:15:19 +0000 (02:15 +0100)]
windows packaging: project agnostic names & registy

9 years agoAccommodate some newly introduced source files for building with MSVC (gtk2_ardour)
John Emmas [Fri, 2 Jan 2015 14:34:29 +0000 (14:34 +0000)]
Accommodate some newly introduced source files for building with MSVC (gtk2_ardour)

9 years agoAccommodate some newly introduced source files for building with MSVC (libpbd)
John Emmas [Fri, 2 Jan 2015 14:33:35 +0000 (14:33 +0000)]
Accommodate some newly introduced source files for building with MSVC (libpbd)

9 years agoIncrease minimum required Glib version to 2.28 for g_get_monotonic_time
Tim Mayberry [Sat, 17 May 2014 01:47:28 +0000 (11:47 +1000)]
Increase minimum required Glib version to 2.28 for g_get_monotonic_time

9 years agoFix Audiofile browser dialog so it appears infront of preference window when selectin...
Tim Mayberry [Fri, 13 Jun 2014 07:12:36 +0000 (17:12 +1000)]
Fix Audiofile browser dialog so it appears infront of preference window when selecting click file

9 years agoFix for Clock updates
Tim Mayberry [Fri, 2 Jan 2015 15:07:50 +0000 (22:07 +0700)]
Fix for Clock updates

9 years agofix big clock aspect ratio, and add minimum size to avoid resize glitches
Paul Davis [Fri, 2 Jan 2015 14:01:11 +0000 (09:01 -0500)]
fix big clock aspect ratio, and add minimum size to avoid resize glitches

9 years agoremember big clock window scaling, or rather, recompute it accurately
Paul Davis [Fri, 2 Jan 2015 13:23:56 +0000 (08:23 -0500)]
remember big clock window scaling, or rather, recompute it accurately

9 years agoAdd automation track control points to undo history (and selection_op history).
nick_m [Tue, 23 Dec 2014 17:29:43 +0000 (04:29 +1100)]
Add automation track control points to undo history (and selection_op history).

9 years agoFix previous commit.
nick_m [Mon, 22 Dec 2014 18:09:21 +0000 (05:09 +1100)]
Fix previous commit.