View | Details | Raw Unified
Collapse All | Expand All

(-) src/image_transitions.cc.orig (+2 lines)
 Lines 558-563    Link Here 
	// Store these for future reference
	// Store these for future reference
	this->menu = menu;
	this->menu = menu;
	this->container = container;
	this->container = container;
	this->selected_filter = 0;
	// Add the filters to the menu
	// Add the filters to the menu
	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );
	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );
 Lines 471-476    Link Here 
	// Store these for future reference
	// Store these for future reference
	this->menu = menu;
	this->menu = menu;
	this->container = container;
	this->container = container;
	this->selected_transition = 0;
	// Add the transitions to the menu
	// Add the transitions to the menu
	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );
	GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) );