1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/lphoto/files/patch-Lphoto_lphoto.py
Michael Johnson 16c542cb5b Update to 1.0.26
Approved by:	marcus (co mentor)
2004-11-07 19:56:21 +00:00

13 lines
413 B
Python

--- 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")))