pidgin/pidgin

Parents 2b364a6512cc
Children cb48a8dd1bfc
Chain up to the parent class's implementation of the window_added default signal handler

Testing Done:
Tested again /r/1408 to make sure it was working.

Reviewed at https://reviews.imfreedom.org/r/1412/
--- a/pidgin/pidginapplication.c Tue May 03 01:54:18 2022 -0500
+++ b/pidgin/pidginapplication.c Tue May 03 02:32:33 2022 -0500
@@ -627,6 +627,9 @@
GHashTableIter iter;
gpointer key, value;
+ GTK_APPLICATION_CLASS(pidgin_application_parent_class)->window_added(application,
+ window);
+
g_hash_table_iter_init(&iter, pidgin_application->action_groups);
while(g_hash_table_iter_next(&iter, &key, &value)) {
GActionGroup *action_group = value;