talkatu/talkatu

Fix setting the author name/colour in demo
gtk4
2022-02-01, Elliott Sales de Andrade
85298d47367e
Parents 33c78dc163b2
Children abb0efb0a52b
Fix setting the author name/colour in demo

Testing Done:
Changed the author name/colour in the demo.

Reviewed at https://reviews.imfreedom.org/r/1273/
--- a/demo/talkatudemowindow.c Tue Feb 01 02:03:59 2022 -0600
+++ b/demo/talkatudemowindow.c Tue Feb 01 02:13:19 2022 -0600
@@ -278,7 +278,7 @@
};
g_action_map_add_action_entries(G_ACTION_MAP(window), entries,
- G_N_ELEMENTS(entries), NULL);
+ G_N_ELEMENTS(entries), window);
gtk_widget_init_template(GTK_WIDGET(window));