Skip to content
Snippets Groups Projects
  1. Nov 17, 2009
  2. Nov 06, 2009
  3. Oct 21, 2009
  4. Oct 18, 2009
  5. Oct 11, 2009
  6. Oct 10, 2009
  7. Sep 22, 2009
  8. Sep 18, 2009
  9. Sep 05, 2009
  10. Sep 01, 2009
  11. Aug 29, 2009
  12. Aug 21, 2009
  13. Aug 18, 2009
    • Nick Schermer's avatar
      Disable the parent call for getting the appdirs. · 7042cf3c
      Nick Schermer authored
      A submenu always inherits the application directories of its parent,
      that is the reason the parent call was added.
      It only turned out we were looking in that same directories for
      .desktop files multiple times.
      
      This was caused by the combination of the parent call and
      traversing the children in garcon_menu_collect_files(). For each
      submenu the appdirs of the root were added and traversed again.
      
      This is not needed because we always start at the root and traverse
      in "pre-order", so all the desktop files are added in the hash-table.
      7042cf3c
    • Nick Schermer's avatar
      Use else if. · 4019f0dd
      Nick Schermer authored
      4019f0dd
Loading