summaryrefslogtreecommitdiffstats
path: root/multimedia/kino/files/patch-al
blob: 2903729d529736eb33b8fc5ce33b41d73e3a444a (plain)
1
2
3
4
5
6
7
8
9
10
--- 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() );
OpenPOWER on IntegriCloud