Skip to content

Commit 8222456

Browse files
authored
Merge branch 'v0.6' into fix#3
2 parents 19d6551 + 24ae91a commit 8222456

File tree

6 files changed

+890
-1316
lines changed

6 files changed

+890
-1316
lines changed

src/bitmessageqt/__init__.py

Lines changed: 88 additions & 522 deletions
Large diffs are not rendered by default.

src/bitmessageqt/dialogs.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,25 @@
55

66
from PyQt4 import QtGui
77

8-
from version import softwareVersion
9-
108
import paths
119
import widgets
1210
from address_dialogs import (
13-
AddAddressDialog, EmailGatewayDialog, NewAddressDialog, NewSubscriptionDialog, RegenerateAddressesDialog,
11+
AddAddressDialog, EmailGatewayDialog, NewAddressDialog,
12+
NewSubscriptionDialog, RegenerateAddressesDialog,
1413
SpecialAddressBehaviorDialog
1514
)
1615
from newchandialog import NewChanDialog
1716
from retranslateui import RetranslateMixin
17+
from settings import SettingsDialog
1818
from tr import _translate
19+
from version import softwareVersion
20+
1921

2022
__all__ = [
2123
"NewChanDialog", "AddAddressDialog", "NewAddressDialog",
2224
"NewSubscriptionDialog", "RegenerateAddressesDialog",
23-
"SpecialAddressBehaviorDialog", "EmailGatewayDialog"
25+
"SpecialAddressBehaviorDialog", "EmailGatewayDialog",
26+
"SettingsDialog"
2427
]
2528

2629

0 commit comments

Comments
 (0)