~mterry/podbird/ok

« back to all changes in this revision

Viewing changes to app/ui/EpisodesPage.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-29 11:06:29 UTC
  • mfrom: (145.1.5 sync-to-trunk)
  • Revision ID: krnekhelesh@gmail.com-20160329110629-2bfccvf6r4exvydq
Syncs the following patches from trunk,
- Removed hardcoded colors in Light and Dark theme
- Fixed database upgrade from "",1.0 -> 1.2
- Changed icon from system-log-out back to delete

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
            Action {
70
70
                text: i18n.tr("Unsubscribe")
71
 
                iconName: "system-log-out"
 
71
                iconName: "delete"
72
72
                onTriggered: {
73
73
                    PopupUtils.open(confirmDeleteDialog, episodesPage);
74
74
                }