[pdfshuffler] Patch

Fabian Affolter fab at fedoraproject.org
Fri Mar 2 10:07:40 UTC 2012


commit 1a1526a296796e608e213d4948f255e9e1371008
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Mar 2 11:07:33 2012 +0100

    Patch

 pdfshuffler-ui-location.patch |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/pdfshuffler-ui-location.patch b/pdfshuffler-ui-location.patch
index 6172abc..c2ac7a8 100644
--- a/pdfshuffler-ui-location.patch
+++ b/pdfshuffler-ui-location.patch
@@ -1,10 +1,11 @@
-diff -up ./pdfshuffler/pdfshuffler.py.orig ./pdfshuffler/pdfshuffler.py
---- ./pdfshuffler/pdfshuffler.py.orig	2012-01-26 14:10:15.706139193 -0600
+--- pdfshuffler/pdfshuffler/pdfshuffler.py.orig	2012-03-02 11:01:32.675784575 +0100
++++ pdfshuffler/pdfshuffler/pdfshuffler.py	2012-03-02 11:05:41.364339097 +0100
 @@ -110,7 +110,7 @@ class PdfShuffler:
              print(_("Can't load icon. Application is not installed correctly."))
-
+ 
          # Import the user interface file, trying different possible locations
 -        ui_path = '/usr/share/pdfshuffler/pdfshuffler.ui'
++        #ui_path = '/usr/share/pdfshuffler/pdfshuffler.ui'
          if not os.path.exists(ui_path):
              ui_path = '/usr/local/share/applications/pdfshuffler/pdfshuffler.ui'
              if not os.path.exists(ui_path):


More information about the scm-commits mailing list