]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda.c
Missed the deadline again ;-(
[vlc] / modules / gui / pda / pda.c
index 44f4393a4d39bdaaba48de6412016a92e72e08c0..bc50518070db5ed98174269e8a415096fc758626 100644 (file)
@@ -2,7 +2,7 @@
  * pda.c : PDA Gtk2 plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: pda.c,v 1.19 2004/01/25 18:53:07 gbazin Exp $
+ * $Id: pda.c,v 1.20 2004/02/10 20:28:37 jpsaman Exp $
  *
  * Authors: Jean-Paul Saman <jpsaman@wxs.nl>
  *          Marc Ariberti <marcari@videolan.org>
@@ -305,6 +305,8 @@ static void Run( intf_thread_t *p_intf )
     gtk_tree_view_set_headers_clickable(p_intf->p_sys->p_tvplaylist, TRUE);
     /* END OF PLAYLIST GTK_TREE_VIEW */
 
+    /* Hide the Preference TAB for now. */
+
     /* Show the control window */
     gtk_widget_show( p_intf->p_sys->p_window );