r12656 - in packages/trunk/playonlinux/debian: . patches

Bertrand Marc bbk-guest at alioth.debian.org
Sat Sep 3 13:15:41 UTC 2011


Author: bbk-guest
Date: 2011-09-03 13:15:40 +0000 (Sat, 03 Sep 2011)
New Revision: 12656

Added:
   packages/trunk/playonlinux/debian/patches/disable_update_alert.diff
Modified:
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/patches/series
Log:
Disable update alert

Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2011-09-03 12:43:23 UTC (rev 12655)
+++ packages/trunk/playonlinux/debian/changelog	2011-09-03 13:15:40 UTC (rev 12656)
@@ -5,8 +5,10 @@
   * debian/rules: remove permission fixing.
   * debian/rules: add build-arch and build-indep.
   * Migrate to dh_python2.
+  * debian/patches: disable update alert on new release
+    (Closes: #639463).
 
- -- Bertrand Marc <beberking at gmail.com>  Sat, 03 Sep 2011 11:26:23 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Sat, 03 Sep 2011 15:14:45 +0200
 
 playonlinux (3.8.12-1) UNRELEASED; urgency=low
 

Added: packages/trunk/playonlinux/debian/patches/disable_update_alert.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/disable_update_alert.diff	                        (rev 0)
+++ packages/trunk/playonlinux/debian/patches/disable_update_alert.diff	2011-09-03 13:15:40 UTC (rev 12656)
@@ -0,0 +1,11 @@
+--- a/python/mainwindow.py
++++ b/python/mainwindow.py
+@@ -68,7 +68,7 @@
+ 		
+ 			if(playonlinux.convertVersionToInt(os.environ["VERSION"]) < playonlinux.convertVersionToInt(self.WebVersion)):
+ 				self.sendToStatusBar(_('An updated version of {0} is available').format(os.environ["APPLICATION_TITLE"])+" ("+self.WebVersion+")",False)
+-				self.sendAlert(_('An updated version of {0} is available').format(os.environ["APPLICATION_TITLE"])+" ("+self.WebVersion+")")
++				#self.sendAlert(_('An updated version of {0} is available').format(os.environ["APPLICATION_TITLE"])+" ("+self.WebVersion+")")
+ 			else:
+ 				self.Show = False
+ 		

Modified: packages/trunk/playonlinux/debian/patches/series
===================================================================
--- packages/trunk/playonlinux/debian/patches/series	2011-09-03 12:43:23 UTC (rev 12655)
+++ packages/trunk/playonlinux/debian/patches/series	2011-09-03 13:15:40 UTC (rev 12656)
@@ -1,3 +1,4 @@
 locale.diff
 x-terminal-emulator.diff
 mscorefonts.diff
+disable_update_alert.diff




More information about the Pkg-games-commits mailing list