mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
UI fix
This commit is contained in:
parent
5266ab5005
commit
dac5b51c12
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ class Dialog( QtGui.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0] ):
|
|||
def setup_labels(self):
|
||||
self.app_name_label.setText( self.connection.app.name )
|
||||
|
||||
message = "%s (%s, pid=%s) wants to connect to %s on %s port %s%s" % ( \
|
||||
self.connection.app.name,
|
||||
message = "%s (pid=%s) wants to connect to %s on %s port %s%s" % ( \
|
||||
self.connection.app_path,
|
||||
self.connection.app.pid,
|
||||
self.connection.hostname,
|
||||
|
|
Loading…
Add table
Reference in a new issue