Commit 626df1fb authored by Laurent Aimar's avatar Laurent Aimar

Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)

parent f64fd9ac
...@@ -102,9 +102,9 @@ void DialogsProvider::customEvent( QEvent *event ) ...@@ -102,9 +102,9 @@ void DialogsProvider::customEvent( QEvent *event )
mediaInfoDialog(); break; mediaInfoDialog(); break;
case INTF_DIALOG_INTERACTION: case INTF_DIALOG_INTERACTION:
doInteraction( de->p_arg ); break; doInteraction( de->p_arg ); break;
case INTF_DIALOG_VLM:
case INTF_DIALOG_BOOKMARKS: case INTF_DIALOG_BOOKMARKS:
bookmarksDialog(); break; bookmarksDialog(); break;
case INTF_DIALOG_VLM:
case INTF_DIALOG_WIZARD: case INTF_DIALOG_WIZARD:
default: default:
msg_Warn( p_intf, "unimplemented dialog\n" ); msg_Warn( p_intf, "unimplemented dialog\n" );
......
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