Skip to content

Commit

Permalink
gPodder 3.2.2 for Harmattan
Browse files Browse the repository at this point in the history
Thanks to Ovi QA, our buggy release has not been
replaced in Nokia Store yet. Now they want a privacy
policy, even though they had no problem accepting the
buggy release one week ago. Go figure!
  • Loading branch information
thp committed Aug 3, 2012
1 parent caa5ba6 commit 64eb52a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
gpodder (3.2.2) harmattan; urgency=low

* Privacy policy link added, because Ovi QA feels like they
need it now, while passing last week's buggy upload without
problems. Talk about consistency.

-- Thomas Perl <m@thp.io> Fri, 03 Aug 2012 09:25:42 +0200

gpodder (3.2.0) harmattan; urgency=low

* gPodder 3.2.0 for MeeGo 1.2 Harmattan
Expand Down
7 changes: 7 additions & 0 deletions share/gpodder/ui/qml/main_default.qml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,13 @@ PageStackWindow {
width: parent.width * .8
onClicked: Qt.openUrlExternally('http://gpodder.net/register/')
}

Button {
text: _('Privacy policy')
anchors.horizontalCenter: parent.horizontalCenter
width: parent.width * .8
onClicked: Qt.openUrlExternally('http://gpodder.net/privacy/')
}
}
}
}
Expand Down

0 comments on commit 64eb52a

Please sign in to comment.