simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Aug 1 17:24:27 BST 2022


TL;DR:
  8399cff Re-fix the GTK dark theme check.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-08-01 17:24:27

commit 8399cff6a3b9bf15c6d1d9e0c905d1411f25f9b8
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=8399cff6a3b9bf15c6d1d9e0c905d1411f25f9b8;hp=89391ba66a2fd3826e16dc288eaa1a1516b1e9de
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Aug 1 17:23:12 2022 +0100

    Re-fix the GTK dark theme check.
    
    Ben Hutchings points out that when I 'harmlessly' changed 'dark_theme'
    from a gboolean to a bool, it wasn't harmless, because its address is
    passed to g_object_get, which expects a pointer to gboolean. (And of
    course it's a variadic function, so it can't type-check that.)

 gtk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list