diff options
Diffstat (limited to 'graphics/lphoto/files/patch-Lphoto_lphoto.py')
-rw-r--r-- | graphics/lphoto/files/patch-Lphoto_lphoto.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/lphoto/files/patch-Lphoto_lphoto.py b/graphics/lphoto/files/patch-Lphoto_lphoto.py new file mode 100644 index 000000000000..dd959f73a1ee --- /dev/null +++ b/graphics/lphoto/files/patch-Lphoto_lphoto.py @@ -0,0 +1,12 @@ +--- Lphoto/lphoto.py.orig Sun Nov 7 13:31:59 2004 ++++ Lphoto/lphoto.py Sun Nov 7 13:32:12 2004 +@@ -635,7 +635,8 @@ + KCmdLineArgs.init(sys.argv,about) + #KUniqueApplication.addCmdLineOptions() + #app = KApplication(sys.argv, "Lphoto") +- app = KUniqueApplication() ++ #app = KUniqueApplication() ++ app = KApplication() + LWaitCursor.setApp(app) + mw = LMainPhoto(app) + mw.setIcon(QPixmap(paths.art("icon.png"))) |