Enable some more bits.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 19:32:54 +0000 (20:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 19:32:54 +0000 (20:32 +0100)
src/tools/dvdomatic.cc

index 7416994f41c793be4a65b2ed354baa83bfb8e9c9..db84999ebb87f4ba6ad7942b21b0469f9eb168cf 100644 (file)
@@ -359,7 +359,6 @@ class App : public wxApp
 
                set_menu_sensitivity ();
 
-#if 0
                /* XXX: calling these here is a bit of a hack */
                film_editor->setup_visibility ();
 #ifndef DVDOMATIC_DISABLE_PLAYER       
@@ -373,7 +372,6 @@ class App : public wxApp
                } else {
                        file_changed ("");
                }
-#endif         
                
                return true;
        }