Skip to content
Snippets Groups Projects
  1. Apr 19, 2012
  2. Mar 21, 2012
  3. Mar 20, 2012
  4. Mar 15, 2012
  5. Mar 10, 2012
  6. Mar 06, 2012
  7. Feb 29, 2012
  8. Feb 26, 2012
    • John Lindgren's avatar
      Fix handling %U when launching multiple files with an app (bug #7456). · 379b8b9f
      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.
      379b8b9f
    • Jannis Pohlmann's avatar
      Fix crash when removing an ancestor of the current folder (bug #8168). · 71f6f207
      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).
      71f6f207
  9. Feb 10, 2012
  10. Jan 11, 2012
  11. Jan 10, 2012
  12. Jan 09, 2012
  13. Jan 06, 2012
  14. Jan 05, 2012
  15. Dec 28, 2011
  16. Dec 27, 2011
  17. Dec 18, 2011
  18. Dec 06, 2011
Loading