Changes to get an NxWM configuration building correctly after all of the naming changes
This commit is contained in:
parent
84ef986ae5
commit
cc1a749894
@ -80,7 +80,7 @@ namespace NxWM
|
||||
private:
|
||||
CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */
|
||||
CApplicationWindow *m_window; /**< Reference to the application window */
|
||||
NXTERMi m_nxterm; /**< NxTerm handle */
|
||||
NXTERM m_nxterm; /**< NxTerm handle */
|
||||
pid_t m_pid; /**< Task ID of the NxTerm thread */
|
||||
|
||||
/**
|
@ -461,6 +461,7 @@ bool CMediaPlayer::getMediaFile(const NXWidgets::CListBoxDataItem *item)
|
||||
{
|
||||
int errcode = errno;
|
||||
dbg("ERROR: Could not stat file %s: %d\n", filePath, errcode);
|
||||
UNUSED(errcode);
|
||||
|
||||
// Make sure there is no previous file information
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user