Changelog:
r43231 | gpz | 2023-02-18 22:39:28 +0000 (Sat, 18 Feb 2023) | 1 line
add/improve some more logging related to the opencbm stuff
------------------------------------------------------------------------
r43230 | gpz | 2023-02-18 21:41:33 +0000 (Sat, 18 Feb 2023) | 1 line
remove strange and pointless check for where the log goes on windows. this way its always visibile in the console and in the debug output
------------------------------------------------------------------------
r43229 | compyx | 2023-02-18 19:28:08 +0000 (Sat, 18 Feb 2023) | 3 lines
Summon archdep_fix_streams() back from the domains of Lord Lucifer
------------------------------------------------------------------------
r43228 | compyx | 2023-02-18 19:21:33 +0000 (Sat, 18 Feb 2023) | 3 lines
Banish archdep_fix_streams() back to the pits of hell. Windows is plenty broken as it is, no need to fuck it up more.
------------------------------------------------------------------------
r43220 | compyx | 2023-02-18 17:24:33 +0000 (Sat, 18 Feb 2023) | 7 lines
Gtk3: ui_init(): unref GSettings object, add comments
Properly unref the GSettings instance we use to set 'sort-directories-first'
of the GtkFileChooser classes. Also be anal about gtk_settings_get_default()
possible returning NULL. Add some comments about memory management in the code.
------------------------------------------------------------------------