Skip to content
Snippets Groups Projects
Commit 13814242 authored by Pratyaksh Gautam's avatar Pratyaksh Gautam :sunny: Committed by Alexander Schwinn
Browse files

Fix crash when changing tab titles preferences (#808)

- Switch `thunar_window_notebook_update_title` to be connected with `g_signal_connect_object`. This is necessary to keep the object alive during the function call.

- As well remove redundant signal disconnect. Since the signal for `thunar_window_notebook_update_title` was connected using `g_signal_connect_object`, it should be automatically disconnected
on destruction of the label.

MR !260
parent 83bc0cc8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment