Advertisement
Guest User

Untitled

a guest
Sep 26th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.70 KB | None | 0 0
  1. diff --git a/xbmc/linux/XLCDproc.cpp b/xbmc/linux/XLCDproc.cpp
  2. index cee49ae..8e4761e 100644
  3. --- a/xbmc/linux/XLCDproc.cpp
  4. +++ b/xbmc/linux/XLCDproc.cpp
  5. @@ -113,8 +113,6 @@ void XLCDproc::Initialize()
  6.  
  7.      m_bStop = false;
  8.  
  9. -    RecognizeAndSetIconDriver();
  10. -
  11.      if ((sockfdopt = fcntl(m_sockfd, F_GETFL)) == -1)
  12.      {
  13.        CLog::Log(LOGERROR,
  14. @@ -210,6 +208,8 @@ bool XLCDproc::Connect()
  15.    if(sscanf(reply+i,"lcd wid %u hgt %u", &m_iColumns, &m_iRows))
  16.      CLog::Log(LOGDEBUG, "XLCDproc::%s - LCDproc data: Columns %i - Rows %i.", __FUNCTION__, m_iColumns, m_iRows);
  17.  
  18. +  RecognizeAndSetIconDriver();
  19. +
  20.    //Build command to setup screen
  21.    CStdString cmd;
  22.    cmd = "screen_add xbmc\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement