File qt4.diff of Package vlc-open
diff -ur vlc-0.9.8a.original/modules/gui/qt4/qt4.cpp vlc-0.9.8a/modules/gui/qt4/qt4.cpp
--- vlc-0.9.8a.original/modules/gui/qt4/qt4.cpp 2008-11-09 19:11:18.000000000 +0100
+++ vlc-0.9.8a/modules/gui/qt4/qt4.cpp 2009-01-23 23:18:19.000000000 +0100
@@ -488,6 +488,7 @@
/* Save the path */
config_PutPsz( p_intf, "qt-filedialog-path", p_intf->p_sys->psz_filepath );
free( psz_path );
+ return NULL;
}
/*****************************************************************************