history-manager-fixed-window-title.patch 912 B

123456789101112131415161718192021222324252627282930
  1. --- historymanager5.py 2018-01-05 16:34:47.539037429 +0300
  2. +++ historymanager/historymanager5.py 2018-01-17 12:25:47.299975000 +0300
  3. @@ -33,7 +33,7 @@
  4. app = QApplication(sys.argv)
  5. app.setOrganizationName("history-manager")
  6. app.setApplicationName("history-manager")
  7. - app.setApplicationVersion("0.2.8.0")
  8. + app.setApplicationVersion("0.2.8b")
  9. locale = QLocale.system().name()
  10. translator = QTranslator(app)
  11. @@ -42,9 +42,9 @@
  12. # Create Main Widget and make some settings
  13. mainWindow = MainManager(None, app= app)
  14. - mainWindow.show()
  15. mainWindow.resize(640, 480)
  16. mainWindow.setWindowIcon(QIcon.fromTheme("view-history"))
  17. + mainWindow.show()
  18. # Create connection for lastWindowClosed signal to quit app
  19. app.lastWindowClosed.connect(app.quit)
  20. @@ -54,4 +54,4 @@
  21. if __name__ == '__main__':
  22. - main()
  23. \ Dosya sonunda yenisatır yok.
  24. + main()