|
Re: Small xine-ui inconsistency with loading subtitles: msg#00075video.xine.devel
Hi, I looked at the problem and it turned out to be easy to fix. The fix fixes both my problems, patch is attached. Will someone please review and (maybe) apply it into the current CVS? Boszormenyi Zoltan wrote: Hi, -- Best regards, Zoltán Böszörményi --------------------- What did Hussein say about his knife? One in Bush worth two in the hand. --- xine-ui/src/xitk/actions.c.old 2003-08-06 12:04:04.000000000 +0200 +++ xine-ui/src/xitk/actions.c 2003-08-06 12:08:52.000000000 +0200 @@ -1793,7 +1793,9 @@ cbb[0].need_a_file = 1; cbb[1].callback = fileselector_cancel_callback; cbb[1].need_a_file = 0; - (void *) create_filebrowser(_("Pick a subtitle file"), mmk->sub, &cbb[0], NULL, &cbb[1]); + (void *) create_filebrowser(_("Pick a subtitle file"), + (mmk->sub ? mmk->sub : mmk->mrl), + &cbb[0], NULL, &cbb[1]); } } } |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: problem with installing xine: 00075, Manfred Tremmel |
|---|---|
| Next by Date: | Re: language display: 00075, Michael Roitzsch |
| Previous by Thread: | Small xine-ui inconsistency with loading subtitlesi: 00075, Boszormenyi Zoltan |
| Next by Thread: | Re: Small xine-ui inconsistency with loading subtitles: 00075, Boszormenyi Zoltan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |