Skip to content
Snippets Groups Projects
  1. Oct 10, 2009
  2. Sep 22, 2009
  3. Sep 18, 2009
  4. Sep 05, 2009
  5. Sep 01, 2009
  6. Aug 29, 2009
  7. Aug 21, 2009
  8. 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
  9. Aug 17, 2009
Loading