mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-30 13:19:26 +00:00
Use icon themes on GNOME.
This commit is contained in:
2
setup.py
2
setup.py
@@ -230,7 +230,7 @@ class picard_build_ui(Command):
|
||||
pyfile = os.path.join("picard", "ui", pyfile)
|
||||
if newer(uifile, pyfile):
|
||||
log.info("compiling %s -> %s", uifile, pyfile)
|
||||
uic.compileUi(uifile, file(pyfile, "w"), gettext=True)
|
||||
uic.compileUi(uifile, file(pyfile, "w"))
|
||||
qrcfile = os.path.join("resources", "picard.qrc")
|
||||
pyfile = os.path.join("picard", "resources.py")
|
||||
build_resources = False
|
||||
|
||||
Reference in New Issue
Block a user