Blob Blame History Raw
--- 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):