Skip to content
Snippets Groups Projects
  1. Mar 10, 2012
  2. Mar 08, 2012
  3. Mar 05, 2012
  4. Mar 01, 2012
  5. Feb 29, 2012
  6. Feb 28, 2012
  7. Feb 27, 2012
  8. Feb 26, 2012
    • John Lindgren's avatar
      Fix handling %U when launching multiple files with an app (bug #7456). · 16055b93
      John Lindgren authored
      GIO returns a newly allocated GAppInfo every time
      g_app_info_get_default_for_type() is called. This means that if we use a
      GHashTable and g_direct_hash() to associate GAppInfos with files to be
      launched with each of them, we will actually end up with multiple
      GAppInfos that are the same, and each of them will only have a single
      file associated.
      
      To fix this, we now use a fake hash function that causes GHashTable to
      always search the GAppInfo in the collision list.
      16055b93
    • Jannis Pohlmann's avatar
      Fix crash when removing an ancestor of the current folder (bug #8168). · d47f4053
      Jannis Pohlmann authored
      Whenever we release the GFileMonitor of a ThunarFolder, we also need to
      disconnect from its signals. Otherwise one of the signal handlers might
      still be called, potentially with corrupted user data (which was the
      case here).
      d47f4053
  9. Feb 22, 2012
  10. Feb 19, 2012
  11. Feb 18, 2012
  12. Feb 17, 2012
  13. Feb 16, 2012
  14. Feb 10, 2012
  15. Feb 09, 2012
  16. Feb 08, 2012
Loading