comparison src/bar_gps.c @ 1754:a4f3c93294c9

fixed selection handling in sidebar
author nadvornik
date Mon, 14 Sep 2009 21:25:10 +0000
parents b52deba688e9
children 8b9bbf92725f
comparison
equal deleted inserted replaced
1753:ebfb5af3f5de 1754:a4f3c93294c9
324 /* For each selected photo that has GPS data, create a marker containing 324 /* For each selected photo that has GPS data, create a marker containing
325 * a single, small text character the same colour as the marker background. 325 * a single, small text character the same colour as the marker background.
326 * Use a background process in case the user selects a large number of files. 326 * Use a background process in case the user selects a large number of files.
327 */ 327 */
328 list = layout_selection_list(pgd->pane.lw); 328 list = layout_selection_list(pgd->pane.lw);
329 list = file_data_process_groups_in_selection(list, FALSE, NULL);
329 330
330 if (list != NULL) 331 if (list != NULL)
331 { 332 {
332 pgd->selection_list = g_list_copy(list); 333 pgd->selection_list = g_list_copy(list);
333 pgd->marker_list = g_ptr_array_new(); 334 pgd->marker_list = g_ptr_array_new();