Fix compile failure

This commit is contained in:
Bruce Leidl 2025-04-06 15:41:25 +00:00
parent fdacdf5cc8
commit 4c0598ef8b

View File

@ -234,7 +234,7 @@ shell_realms_set_current_item (ShellRealms *realms, ShellRealmItem *item)
shell_realm_item_set_current_flag (item, TRUE);
realms->current_realm = item;
g_object_notify (realms, "current-realm");
g_object_notify (G_OBJECT(realms), "current-realm");
}
/*