Closed kingysu closed 1 year ago
@kingysu It is best to use g_string_append_printf
@kingysu It is best to use
g_string_append_printf
Got it.
Two warnings confirmed that one has been fixed, so we agree to merge
What are the two warnings?
Edit->Preferences
(pluma:911570): Gtk-WARNING **: 13:46:50.973: Theme parsing error: <data>:1:17: Expected a string.
Edit->Preferences
(pluma:911570): Gtk-WARNING **: 13:46:50.973: Theme parsing error: <data>:1:17: Expected a string.
Yes, this is the warning that I methioned before.
I have comitted two patches to GTK3 to fix the problem and the two patches have been merged. PR1: Make sure that the charcode is signless; PR2: Fix a typo