Fix compile failure
This commit is contained in:
parent
fdacdf5cc8
commit
4c0598ef8b
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user