]> git.sesse.net Git - vlc/commitdiff
Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Mar 2007 20:37:54 +0000 (20:37 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 1 Mar 2007 20:37:54 +0000 (20:37 +0000)
modules/gui/qt4/dialogs_provider.cpp

index a71fd9a8dc83cbedf74cf3d9932868d27b133f5b..81c0888a8ca18abffd742a336116752189bf7549 100644 (file)
@@ -102,9 +102,9 @@ void DialogsProvider::customEvent( QEvent *event )
                mediaInfoDialog(); break;
             case INTF_DIALOG_INTERACTION:
                doInteraction( de->p_arg ); break;
-            case INTF_DIALOG_VLM:
             case INTF_DIALOG_BOOKMARKS:
                bookmarksDialog(); break;
+            case INTF_DIALOG_VLM:
             case INTF_DIALOG_WIZARD:
             default:
                msg_Warn( p_intf, "unimplemented dialog\n" );