[vlc-commits] Qt: Delay system tray creation
Jean-Baptiste Kempf
git at videolan.org
Mon Sep 26 01:44:32 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 26 01:38:31 2011 +0200| [ba8e2bf6f0f64239020a02dc696bf160d5de9c1d] | committer: Jean-Baptiste Kempf
Qt: Delay system tray creation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba8e2bf6f0f64239020a02dc696bf160d5de9c1d
---
modules/gui/qt4/main_interface.cpp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index c873273..ade5b4e 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -138,11 +138,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
settings->endGroup( );
- /*********************************
- * Create the Systray Management *
- *********************************/
- initSystray();
-
/**************************
* UI and Widgets design
**************************/
@@ -174,6 +169,11 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
taskbar_wmsg = RegisterWindowMessage("TaskbarButtonCreated");
#endif
+ /*********************************
+ * Create the Systray Management *
+ *********************************/
+ initSystray();
+
/************************************************************
* Connect the input manager to the GUI elements it manages *
************************************************************/
More information about the vlc-commits
mailing list