Commit c766ac42 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix a signal in the media_info dialog

parent a749d86c
......@@ -146,7 +146,7 @@ MetaPanel::MetaPanel( QWidget *parent,
metaLayout->addWidget( label, line++, 0, 1, 7 );
description_text = new QTextEdit;
metaLayout->addWidget( description_text, line, 0, 1, 7 );
CONNECT( description_text, textEdited( QString ), this, enterEditMode() );
CONNECT( description_text, textChanged(), this, enterEditMode() );
line++;
/* VLC_META_SETTING: Useless */
......
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