]> git.sesse.net Git - vlc/commitdiff
Qt4 - add UPDATEVLC_DIALOG to the DP.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Dec 2007 00:21:20 +0000 (00:21 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Dec 2007 00:21:20 +0000 (00:21 +0000)
modules/gui/qt4/dialogs_provider.cpp

index 85b2e8d116a911e1d59b87d4eb25fefe1b039322..9236f609b728d8bf4778837ab4a74a0016e39f90 100644 (file)
@@ -127,6 +127,7 @@ void DialogsProvider::customEvent( QEvent *event )
         case INTF_DIALOG_WIZARD:
         case INTF_DIALOG_STREAMWIZARD:
         case INTF_DIALOG_UPDATEVLC:
+            updateDialog(); break;
         case INTF_DIALOG_EXIT:
         default:
            msg_Warn( p_intf, "unimplemented dialog" );