Skip to content
Snippets Groups Projects
  1. Mar 26, 2012
  2. Mar 21, 2012
  3. Mar 20, 2012
  4. Mar 18, 2012
  5. Mar 17, 2012
  6. Mar 16, 2012
  7. Mar 15, 2012
  8. Mar 14, 2012
  9. Mar 13, 2012
  10. Mar 11, 2012
  11. Mar 10, 2012
  12. Mar 08, 2012
  13. Mar 05, 2012
  14. Mar 01, 2012
  15. Feb 29, 2012
  16. Feb 28, 2012
  17. Feb 27, 2012
  18. 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
Loading