[pdfshuffler] Malformed entry fixed

Fabian Affolter fab at fedoraproject.org
Fri Mar 2 08:55:26 UTC 2012


commit fcf793331e029a0e87fef2ee2bf5808ce1837aa5
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Mar 2 09:55:03 2012 +0100

    Malformed entry fixed

 pdfshuffler-ui-location.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pdfshuffler-ui-location.patch b/pdfshuffler-ui-location.patch
index 474fe55..2e91f89 100644
--- a/pdfshuffler-ui-location.patch
+++ b/pdfshuffler-ui-location.patch
@@ -7,7 +7,7 @@
 +             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