[mythtv] [patch] myth version gets overwritten in status page :-)

Dave Alden alden at math.ohio-state.edu
Tue Dec 16 17:44:00 EST 2003


Hi,
  When the "Stefan Frank's translation updates" patch was committed, it
didn't quite merge properly.  We lost the myth version from the status
page.  Patch attached.
...dave
-------------- next part --------------
Index: programs/mythfrontend/main.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/main.cpp,v
retrieving revision 1.125
diff -u -r1.125 main.cpp
--- programs/mythfrontend/main.cpp	16 Dec 2003 05:23:40 -0000	1.125
+++ programs/mythfrontend/main.cpp	16 Dec 2003 22:42:16 -0000
@@ -239,9 +239,9 @@
     mfdLastRunEnd = gContext->GetSetting("mythfilldatabaseLastRunEnd");
     mfdLastRunStatus = gContext->GetSetting("mythfilldatabaseLastRunStatus");
 
-    Status = QObject::tr("Myth version:") + " " + MYTH_BINARY_VERSION;
+    Status = QObject::tr("Myth version:") + " " + MYTH_BINARY_VERSION + "\n";
 
-    Status = QObject::tr("Last mythfilldatabase guide update:");
+    Status += QObject::tr("Last mythfilldatabase guide update:");
     Status += "\n   ";
     Status += QObject::tr("Started:   ");
     Status += mfdLastRunStart;


More information about the mythtv-dev mailing list