aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2018-01-30 17:29:54 +0100
committerfiaxh <git@mx.ax.lt>2018-01-30 17:29:54 +0100
commitef40b617349f49f3f7543b4647bb142590773bc5 (patch)
treeb3d608d9179787deb0424d530309788b74c41f20 /plugins/openpgp/src
parent8c46c423c09d2a2bb50f086414d2fb373b3a64c9 (diff)
downloaddino-ef40b617349f49f3f7543b4647bb142590773bc5.tar.gz
dino-ef40b617349f49f3f7543b4647bb142590773bc5.zip
Small fixes
Diffstat (limited to 'plugins/openpgp/src')
-rw-r--r--plugins/openpgp/src/manager.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openpgp/src/manager.vala b/plugins/openpgp/src/manager.vala
index 4f8b87bb..6ec30acc 100644
--- a/plugins/openpgp/src/manager.vala
+++ b/plugins/openpgp/src/manager.vala
@@ -102,7 +102,7 @@ public class Manager : StreamInteractionModule, Object {
private class ReceivedMessageListener : MessageListener {
- public string[] after_actions_const = new string[]{ "" };
+ public string[] after_actions_const = new string[]{ };
public override string action_group { get { return "DECRYPT"; } }
public override string[] after_actions { get { return after_actions_const; } }