From: Gildas Bazin Date: Fri, 13 Oct 2006 19:14:20 +0000 (+0000) Subject: * modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the... X-Git-Tag: 0.9.0-test0~9979 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=337c717f28180bbd167a6ba27e3d5cfcacab958a;p=vlc * modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the skins interface is usable again. --- diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 49ae79c3b1..faf193520f 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -55,7 +55,7 @@ vlc_module_begin(); add_submodule(); set_description( "Dialogs provider" ); - set_capability( "dialogs provider", 51 ); + set_capability( "dialogs provider", 49 ); add_bool( "qt-always-video", VLC_FALSE, NULL, "", "", VLC_TRUE ); set_callbacks( OpenDialogs, Close ); vlc_module_end();