-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [README.md] Add smokku to contributors * [AboutPage.qml] Fix path of Paypal icon Correct absolute path would have been `file:///usr/share/flowplayer/qml/paypal.png` (instead of `file:///usr/share/flowplayer/icon/paypal.png`), but reverting back to relative path `file://../paypal.png`. * [AboutPage.qml] Make icon path relative As a consequence of the preceding [commit f002ccb](f002ccb), the other icon path here should also be a relative one, due to [`rpm/flowplayer.spec` lines 116-118](https://github.com/sailfishos-applications/flowplayer/blob/master/rpm/flowplayer.spec#L116-L118): All these paths reside in `%{datadir}`. * [AboutPage.qml] Trying to enhance formatting * [flowplayer.ts] Adopt line numbers from `AboutPage.qml` * [AboutPage.qml] "at" --> @
- Loading branch information
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters