Kaydet (Commit) 545ac4de authored tarafından Caolán McNamara's avatar Caolán McNamara

map gtk-media-stop to SymbolType::STOP

Change-Id: Iffdc04464bd70ca70684f28e6d6e23a054bfc8a7
üst 63d650b4
......@@ -74,6 +74,8 @@ namespace
eRet = SymbolType::PREV;
else if (sType == "gtk-media-play")
eRet = SymbolType::PLAY;
else if (sType == "gtk-media-stop")
eRet = SymbolType::STOP;
else if (sType == "gtk-goto-first")
eRet = SymbolType::FIRST;
else if (sType == "gtk-goto-last")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment