[mythtv-commits] Ticket #7437: Abort when no GUI and no backend

MythTV mythtv at cvs.mythtv.org
Tue Oct 27 00:44:09 UTC 2009


#7437: Abort when no GUI and no backend
------------------------------+---------------------------------------------
 Reporter:  nigel             |       Owner:  ijr 
     Type:  defect            |      Status:  new 
 Priority:  major             |   Milestone:  0.22
Component:  MythTV - General  |     Version:  head
 Severity:  medium            |     Mlocked:  0   
------------------------------+---------------------------------------------

Comment(by nigel):

 This seems to fix it:
 {{{
 Index: mythcontext.cpp
 ===================================================================
 --- mythcontext.cpp     (revision 22600)
 +++ mythcontext.cpp     (working copy)
 @@ -1524,7 +1524,7 @@
              .arg(blockingClient ? "Playback" : "Monitor")
              .arg(d->m_localhostname).arg(false);
          d->serverSock = ConnectCommandSocket(
 -            server, port, ann, &proto_mismatch);
 +            server, port, ann, &proto_mismatch, d->m_gui);
      }

      if (!d->serverSock)
 }}}
 but I should check if there are any other erroneous invocations of
 ConnectCommandSocket()

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7437#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list