[mythtv] PATCH: Appearance settings

Adrian Burden aburden at onegeeksopinion.com
Tue Jul 8 12:41:20 EDT 2003


Here is a simple patch against the latest cvs that fixed the GUI offsets
not working when restarting myth.
Hope I did this right, first time I made a diff.

? mypatch.diff
Index: mythfrontend/main.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/main.cpp,v
retrieving revision 1.93
diff -u -w -r1.93 main.cpp
--- mythfrontend/main.cpp       1 Jul 2003 15:38:50 -0000       1.93
+++ mythfrontend/main.cpp       8 Jul 2003 18:21:53 -0000
@@ -396,6 +396,7 @@

     MythMainWindow *mainWindow = new MythMainWindow();
     mainWindow->Show();
+    mainWindow->Init();
     gContext->SetMainWindow(mainWindow);

     lcd_host = gContext->GetSetting("LCDHost");




More information about the mythtv-dev mailing list