mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 01:18:51 -04:00
Updated copyright year to 2015
This commit is contained in:
parent
5d37d9b7b2
commit
bbee1599c5
23 changed files with 24 additions and 26 deletions
|
@ -2,7 +2,7 @@
|
|||
"""
|
||||
OnionShare | https://onionshare.org/
|
||||
|
||||
Copyright (C) 2014 Micah Lee <micah@micahflee.com>
|
||||
Copyright (C) 2015 Micah Lee <micah@micahflee.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
|
||||
|
@ -28,7 +28,7 @@ class Options(QtGui.QHBoxLayout):
|
|||
super(Options, self).__init__()
|
||||
|
||||
self.web = web
|
||||
|
||||
|
||||
# close automatically
|
||||
self.close_automatically = QtGui.QCheckBox()
|
||||
if self.web.stay_open:
|
||||
|
@ -46,4 +46,3 @@ class Options(QtGui.QHBoxLayout):
|
|||
self.web.set_stay_open(False)
|
||||
else:
|
||||
self.web.set_stay_open(True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue