Mercurial > mplayer.hg
comparison gui/dialog/url.c @ 36937:ad939f49bb28
Cosmetic: Rename guiInfo member NewPlay MediumChanged.
author | ib |
---|---|
date | Fri, 21 Mar 2014 15:12:37 +0000 |
parents | 9afababf229e |
children | ae4f30c4ef02 |
comparison
equal
deleted
inserted
replaced
36936:9afababf229e | 36937:ad939f49bb28 |
---|---|
79 if (item) { | 79 if (item) { |
80 item->url = str; | 80 item->url = str; |
81 listMgr(URLLIST_ITEM_ADD, item); | 81 listMgr(URLLIST_ITEM_ADD, item); |
82 } | 82 } |
83 | 83 |
84 guiInfo.NewPlay = GUI_MEDIUM_NEW; | 84 guiInfo.MediumChanged = GUI_MEDIUM_NEW; |
85 uiEvent(evPlay, 0); | 85 uiEvent(evPlay, 0); |
86 } | 86 } |
87 } | 87 } |
88 } | 88 } |
89 | 89 |