]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/updatevlc.cpp
p( vlc.getInterfaces().getInterface( "wxwidgets" ).isBroken() ) = 1/2
[vlc] / modules / gui / wxwidgets / dialogs / updatevlc.cpp
similarity index 99%
rename from modules/gui/wxwidgets/updatevlc.cpp
rename to modules/gui/wxwidgets/dialogs/updatevlc.cpp
index 8ff37f1601d23376712edd5b2310935f2d3a2641..c3b58538f339079856bfb50bef87b56ca2d8b7f9 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * updatevlc.cpp : Check for VLC updates dialog
+ * updatevlc.cpp : VLC Update checker
  *****************************************************************************
  * Copyright (C) 2000-2004 the VideoLAN team
  * $Id$
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <vlc/vlc.h>
-#include <vlc/intf.h>
-
+#include "updatevlc.hpp"
 #include <wx/progdlg.h>
-
-#include "wxwidgets.h"
+#include <wx/treectrl.h>
 
 #include "vlc_block.h"
 #include "vlc_stream.h"
@@ -158,6 +155,7 @@ UpdateVLC::UpdateVLC( intf_thread_t *_p_intf, wxWindow *p_parent ):
 
 UpdateVLC::~UpdateVLC()
 {
+    fprintf( stderr, "Fooing\n");
 }
 
 /* this function gets all the info from the xml files hosted on