Codebase list cinnamon-menus / 71b15ba
entry-directories.c: restore retry handling to state prior to commit 7516e8d138072d167ea93b3. This was not strictly needed for the scope of what got fixed in that commit, and seems to have caused missing menu entries to start cropping up again, the original fix for which was a string of commits starting here: b5495c4176e8f4dc3f52ec726e) Michael Webster 5 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
362362 tmp = tmp->next;
363363 }
364364
365 return FALSE;
365 return cached_dir_add_entry (dir, basename, path);
366366 }
367367
368368 static gboolean
551551 switch (event)
552552 {
553553 case MENU_MONITOR_EVENT_CREATED:
554 handled = cached_dir_add_entry (dir, basename, path);
555 break;
556554 case MENU_MONITOR_EVENT_CHANGED:
557555 handled = cached_dir_update_entry (dir, basename, path);
558556 break;