[Python-apps-commits] r7810 - in packages/writetype/trunk/debian/patches (2 files)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Thu Nov 17 22:49:45 UTC 2011
Date: Thursday, November 17, 2011 @ 22:49:44
Author: miriam
Revision: 7810
Fixed patches
Added:
packages/writetype/trunk/debian/patches/url.patch
Modified:
packages/writetype/trunk/debian/patches/desktop.patch
Modified: packages/writetype/trunk/debian/patches/desktop.patch
===================================================================
--- packages/writetype/trunk/debian/patches/desktop.patch 2011-11-17 22:47:41 UTC (rev 7809)
+++ packages/writetype/trunk/debian/patches/desktop.patch 2011-11-17 22:49:44 UTC (rev 7810)
@@ -8,14 +8,3 @@
Exec=writetype
Icon=/usr/share/writetype/res/key120x120.png
StartupNotify=true
---- writetype.orig/writetype/main.py
-+++ writetype/writetype/main.py
-@@ -604,7 +604,7 @@
-
- def openHelpPage(self):
- """Open the Bernsteinforpresident.com documentation"""
-- QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/software/writetype/documentation"))
-+ QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/writetype/documentation"))
-
- def saveLog(self):
- """Save the log to a file, or display it if there is an error."""
Added: packages/writetype/trunk/debian/patches/url.patch
===================================================================
--- packages/writetype/trunk/debian/patches/url.patch (rev 0)
+++ packages/writetype/trunk/debian/patches/url.patch 2011-11-17 22:49:44 UTC (rev 7810)
@@ -0,0 +1,11 @@
+--- writetype.orig/writetype/main.py
++++ writetype/writetype/main.py
+@@ -604,7 +604,7 @@
+
+ def openHelpPage(self):
+ """Open the Bernsteinforpresident.com documentation"""
+- QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/software/writetype/documentation"))
++ QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/writetype/documentation"))
+
+ def saveLog(self):
+ """Save the log to a file, or display it if there is an error."""
More information about the Python-apps-commits
mailing list