mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
16c542cb5b
Approved by: marcus (co mentor)
13 lines
413 B
Python
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")))
|