summaryrefslogtreecommitdiff
blob: fea7ade86fdd54791a1e39aeedc0397970958118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/image_filters.cc.orig	2004-05-30 21:43:30.933654616 +0200
+++ src/image_filters.cc	2004-05-30 21:42:57.000813192 +0200
@@ -558,6 +558,7 @@
 	// Store these for future reference
 	this->menu = menu;
 	this->container = container;
+	this->selected_filter = 0;
 
 	// Add the filters to the menu
 	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );
--- src/image_transitions.cc.orig	2004-05-30 21:52:45.700317264 +0200
+++ src/image_transitions.cc	2004-05-30 21:53:14.978866248 +0200
@@ -471,6 +471,7 @@
 	// Store these for future reference
 	this->menu = menu;
 	this->container = container;
+	this->selected_transition = 0;
 
 	// Add the transitions to the menu
 	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );