]> git.sesse.net Git - vlc/commitdiff
Qt4 - make a small comment on how to integrate better the application with your deskt...
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Jan 2008 05:50:55 +0000 (05:50 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Jan 2008 05:50:55 +0000 (05:50 +0000)
If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line...

modules/gui/qt4/qt4.cpp

index 3f6c666dd85c093765bd15702f413f6f233b8c92..ccb83846a97fbb3be0aac23f8f68407587c7bd21 100644 (file)
@@ -259,6 +259,8 @@ static void Init( intf_thread_t *p_intf )
      * disables icon theme use because that makes Cleanlooks style bug
      * because it asks gconf for some settings that timeout because of threads
      * see commits 21610 21622 21654 for reference */
+
+    /* If you are under KDE, Xfce or e17, you should comment this line */
     QApplication::setDesktopSettingsAware( false );
 #endif
 
@@ -302,6 +304,7 @@ static void Init( intf_thread_t *p_intf )
         msg_Dbg( p_intf, "Error while initializing qt-specific localization" );
     app->installTranslator( &qtTranslator );
 #endif  //ENABLE_NLS
+
     /* Start playing if needed */
     if( !p_intf->pf_show_dialog && p_intf->b_play )
     {