notebook: fix notebook parameters

This commit is contained in:
Christian Hergert
2021-10-01 13:57:57 -07:00
parent 1114ea897e
commit 09dd5c266e

View File

@ -113,13 +113,13 @@ sysprof_notebook_page_added (SysprofNotebook *self,
g_signal_connect_object (child,
"notify::can-replay",
G_CALLBACK (sysprof_notebook_notify_can_replay_cb),
notebook,
self,
G_CONNECT_SWAPPED);
g_signal_connect_object (child,
"notify::can-save",
G_CALLBACK (sysprof_notebook_notify_can_save_cb),
notebook,
self,
G_CONNECT_SWAPPED);
g_object_notify_by_pspec (G_OBJECT (notebook), properties [PROP_CAN_REPLAY]);