Skip to content
  • Allison Karlitskaya's avatar
    tests: fix uint64 argument to g_object_set() call · 9bb2499c
    Allison Karlitskaya authored
    5cea1c86 introduced accessors for 64bit
    ints to gsettings, at which point the testcases were expanded.
    
    Unfortunately, the expanded tests contained a bug: integer constants
    passed to g_object_set() for a 64-bit property need an up-cast.  Add
    that now.
    
    Problem found by Iain Lane.
    9bb2499c