Philipp Hörist pushed to branch master at gajim / gajim

Commits:
379a4b03 by Philipp Hörist at 2018-04-26T20:59:12+02:00
Fix Windows build

- - - - -


1 changed file:

- win/misc/create-launcher.py


Changes:

=====================================
win/misc/create-launcher.py
=====================================
--- a/win/misc/create-launcher.py
+++ b/win/misc/create-launcher.py
@@ -89,8 +89,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE 
hPrevInstance,
     PySys_SetArgvEx(__argc, szArglist, 0);
     result = PyRun_SimpleString("import sys; import os;"
                                 "sys.frozen=True;"
-                                "import gajim.gajim as g;"
-                                "g.GajimApplication().run(sys.argv);");
+                                "from gajim import gajim;"
+                                "gajim.main();");
     Py_Finalize();
     return result;
 }



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/379a4b03d71dde860cc50cceb2ff4cb83e67c875

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/379a4b03d71dde860cc50cceb2ff4cb83e67c875
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to