Commit 4dd6f937 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly save the message dialog size.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1caec50b
...@@ -125,7 +125,7 @@ MessagesDialog::MessagesDialog( intf_thread_t *_p_intf) ...@@ -125,7 +125,7 @@ MessagesDialog::MessagesDialog( intf_thread_t *_p_intf)
MessagesDialog::~MessagesDialog () MessagesDialog::~MessagesDialog ()
{ {
writeSettings( "messages" ); writeSettings( "Messages" );
msg_Unsubscribe (sub); msg_Unsubscribe (sub);
delete cb_data; delete cb_data;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment