diff src/print.c @ 1729:672ee190869e

improved printing of selection
author nadvornik
date Fri, 28 Aug 2009 21:01:29 +0000
parents 25bed5b179be
children f0391a1bf413
line wrap: on
line diff
--- a/src/print.c	Fri Aug 28 20:18:46 2009 +0000
+++ b/src/print.c	Fri Aug 28 21:01:29 2009 +0000
@@ -3356,7 +3356,7 @@
 	pw = g_new0(PrintWindow, 1);
 
 	pw->source_fd = file_data_ref(fd);
-	pw->source_selection = selection;
+	pw->source_selection = file_data_process_groups_in_selection(selection, FALSE, NULL);
 	pw->source_list = list;
 
 	pw->source = print_pref_int(PRINT_PREF_SOURCE, PRINT_SOURCE_SELECTION);