comparison src/bar_keywords.c @ 1754:a4f3c93294c9

fixed selection handling in sidebar
author nadvornik
date Mon, 14 Sep 2009 21:25:10 +0000
parents 6146ec0c9ab9
children e82401bf20c8
comparison
equal deleted inserted replaced
1753:ebfb5af3f5de 1754:a4f3c93294c9
364 GList *work; 364 GList *work;
365 365
366 keywords = keyword_list_pull(pkd->keyword_view); 366 keywords = keyword_list_pull(pkd->keyword_view);
367 367
368 list = layout_selection_list(pkd->pane.lw); 368 list = layout_selection_list(pkd->pane.lw);
369 list = file_data_process_groups_in_selection(list, FALSE, NULL);
370
369 work = list; 371 work = list;
370 while (work) 372 while (work)
371 { 373 {
372 FileData *fd = work->data; 374 FileData *fd = work->data;
373 work = work->next; 375 work = work->next;