freebsd-ports/multimedia/kino/files/patch-al
Pierre Beyssac f3599b1e52 Kino 0.7.0.
Kino is an IEEE 1394 DV non-linear video editor.
Note: IEEE 1394 and V4L are disabled in this port.
2004-04-10 16:49:19 +00:00

10 lines
466 B
Text

--- src/image_transitions.cc Tue Nov 25 21:51:18 2003
+++ src/image_transitions.cc Sat Apr 10 00:51:24 2004
@@ -439,6 +439,7 @@
GDKImageTransitionRepository::GDKImageTransitionRepository()
{
printf( ">> image transition repository created\n" );
+ selected_transition = NULL;
// Register an instance of each object (adapting raw transitions to GDK transitions where necessary)
Register( new ImageTransitionSwitch() );
Register( new ImageTransitionFade() );