View | Details | Raw Unified | Return to bug 25659
Collapse All | Expand All

(-)openshot-1.4.2.orig/openshot/classes/messagebox.py (+1 lines)
Lines 91-96 Link Here
91
		dialog.set_icon_from_file(getIconPath("openshot"))
91
		dialog.set_icon_from_file(getIconPath("openshot"))
92
		
92
		
93
	dialog.connect('response', get_response, yes_callback_function, no_callback_function, parameters)
93
	dialog.connect('response', get_response, yes_callback_function, no_callback_function, parameters)
94
	dialog.set_keep_above(1)
94
	dialog.show()
95
	dialog.show()
95
96
96
97

Return to bug 25659