Browse Source

Misc

tags/v0.9.0
falkTX 13 years ago
parent
commit
b63a0baf52
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/logs.py
  2. +1
    -1
      src/shared.py

+ 2
- 2
src/logs.py View File

@@ -3,7 +3,7 @@

# JACK, A2J, LASH and LADISH Logs Viewer
# Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -286,7 +286,7 @@ class LogsW(QDialog, ui_logs.Ui_LogsW):
# Init file read thread

self.m_readThread = LogsReadThread(self)
self.m_readThread.start()
self.m_readThread.start(QThread.IdlePriority)

# -------------------------------------------------------------
# Set-up connections


+ 1
- 1
src/shared.py View File

@@ -3,7 +3,7 @@

# Common/Shared code
# Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or


Loading…
Cancel
Save