diff -Nru pitivi-0.999/debian/changelog pitivi-0.999/debian/changelog --- pitivi-0.999/debian/changelog 2020-02-21 17:59:53.000000000 +0000 +++ pitivi-0.999/debian/changelog 2021-05-05 11:55:32.000000000 +0000 @@ -1,3 +1,9 @@ +pitivi (0.999-2+zorin1) focal; urgency=medium + + * Added hide_new_version_notice.patch + + -- Artyom Zorin Wed, 05 May 2021 12:55:32 +0100 + pitivi (0.999-2) unstable; urgency=medium [ Gianfranco Costamagna ] diff -Nru pitivi-0.999/debian/patches/hide_new_version_notice.patch pitivi-0.999/debian/patches/hide_new_version_notice.patch --- pitivi-0.999/debian/patches/hide_new_version_notice.patch 1970-01-01 00:00:00.000000000 +0000 +++ pitivi-0.999/debian/patches/hide_new_version_notice.patch 2021-05-05 11:52:10.000000000 +0000 @@ -0,0 +1,14 @@ +--- a/pitivi/dialogs/startupwizard.py ++++ b/pitivi/dialogs/startupwizard.py +@@ -86,11 +86,6 @@ + self.infobar = Gtk.InfoBar() + fix_infobar(self.infobar) + vbox.pack_start(self.infobar, True, True, 0) +- if self.app.getLatest(): +- self._appVersionInfoReceivedCb(self.app, None) +- else: +- self.app.connect( +- "version-info-received", self._appVersionInfoReceivedCb) + + def _newProjectCb(self, unused_button): + """Handles a click on the New (Project) button.""" diff -Nru pitivi-0.999/debian/patches/series pitivi-0.999/debian/patches/series --- pitivi-0.999/debian/patches/series 2020-02-21 17:59:53.000000000 +0000 +++ pitivi-0.999/debian/patches/series 2021-05-05 11:53:54.000000000 +0000 @@ -1,2 +1,3 @@ 9fc400ca6f3f59fd2b2abfb8e39f0cf7a4031e09.patch 0a3cc054a2c20b59f5aaaaa307de3c9af3c0d270.patch +hide_new_version_notice.patch