diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-11-09 13:02:45 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-11-09 13:02:45 -0300 |
commit | fca2246011b8c2402977fde93291d46a9a3438fb (patch) | |
tree | a9b220d915eec648dee1be711d00c6c3c2dff357 | |
parent | 65f7d1baf31295803f935ac726f4ad95d3c3ca14 (diff) |
[bug] open email help link on browser
- Resolves: #7585
-rw-r--r-- | changes/next-changelog.rst | 1 | ||||
-rw-r--r-- | src/leap/bitmask/gui/ui/mail_status.ui | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 54b2b2ed..d1623d6f 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -18,6 +18,7 @@ Bugfixes ~~~~~~~~ - `#7568 <https://leap.se/code/issues/7568>`_: Fix typo on signal name. - `#7583 <https://leap.se/code/issues/7583>`_: Fix set_soledad_auth_token event callback signature. +- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser. - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. diff --git a/src/leap/bitmask/gui/ui/mail_status.ui b/src/leap/bitmask/gui/ui/mail_status.ui index 3f103ef6..89e1843f 100644 --- a/src/leap/bitmask/gui/ui/mail_status.ui +++ b/src/leap/bitmask/gui/ui/mail_status.ui @@ -110,6 +110,9 @@ margin-top:5px;</string> <property name="indent"> <number>-1</number> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item row="0" column="0"> |