Hack around disappearing menu bar in Ubuntu 12.10
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Oct 2012 13:09:18 +0000 (13:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Oct 2012 13:09:18 +0000 (13:09 +0000)
src/tools/dvdomatic.cc

index b5c81da07f2ba8cbcb42318532704264c7f45884..5d19a142f11548fa776dc9a8c3cc4fea9ea4160a 100644 (file)
@@ -373,6 +373,10 @@ class App : public wxApp
 {
        bool OnInit ()
        {
+#ifdef DVDOMATIC_POSIX         
+               unsetenv ("UBUNTU_MENUPROXY");
+#endif         
+               
                wxInitAllImageHandlers ();
                
                dvdomatic_setup ();