Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4bfb0090f3e133a7d0c2ceada0b76495 > files > 3

pdfshuffler-0.6.0-0.2.20120302svn64.fc15.src.rpm

--- pdfshuffler/pdfshuffler.py.orig	2012-03-02 11:01:32.675784575 +0100
+++ 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/applications/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):