mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
notebook: fix notebook parameters
This commit is contained in:
@ -113,13 +113,13 @@ sysprof_notebook_page_added (SysprofNotebook *self,
|
|||||||
g_signal_connect_object (child,
|
g_signal_connect_object (child,
|
||||||
"notify::can-replay",
|
"notify::can-replay",
|
||||||
G_CALLBACK (sysprof_notebook_notify_can_replay_cb),
|
G_CALLBACK (sysprof_notebook_notify_can_replay_cb),
|
||||||
notebook,
|
self,
|
||||||
G_CONNECT_SWAPPED);
|
G_CONNECT_SWAPPED);
|
||||||
|
|
||||||
g_signal_connect_object (child,
|
g_signal_connect_object (child,
|
||||||
"notify::can-save",
|
"notify::can-save",
|
||||||
G_CALLBACK (sysprof_notebook_notify_can_save_cb),
|
G_CALLBACK (sysprof_notebook_notify_can_save_cb),
|
||||||
notebook,
|
self,
|
||||||
G_CONNECT_SWAPPED);
|
G_CONNECT_SWAPPED);
|
||||||
|
|
||||||
g_object_notify_by_pspec (G_OBJECT (notebook), properties [PROP_CAN_REPLAY]);
|
g_object_notify_by_pspec (G_OBJECT (notebook), properties [PROP_CAN_REPLAY]);
|
||||||
|
|||||||
Reference in New Issue
Block a user