diff src/layout_image.c @ 278:04abf5b160eb

exit_gqview() renamed to exit_program(). exit_gqview_final() renamed to exit_program_final().
author zas_
date Tue, 08 Apr 2008 22:16:56 +0000
parents bee34a6a4aec
children 9995c5fb202a
line wrap: on
line diff
--- a/src/layout_image.c	Tue Apr 08 22:05:04 2008 +0000
+++ b/src/layout_image.c	Tue Apr 08 22:16:56 2008 +0000
@@ -184,7 +184,7 @@
 				info_window_new(layout_image_get_fd(lw), NULL);
 				break;
 			case 'Q': case 'q':
-				exit_gqview();
+				exit_program();
 				return FALSE;
 				break;
 			default: