Searched refs:oldWhat (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainApp.cpp317 uint32 oldWhat; local
318 if (message->FindInt32("old_what", (int32*)&oldWhat) != B_OK)
320 if (oldWhat == M_OPEN_PANEL_RESULT && fOpenFilePanel != NULL)
322 else if (oldWhat == M_SAVE_PANEL_RESULT && fSaveFilePanel != NULL)

Completed in 33 milliseconds