[geary/mjog/user-plugins: 21/26] Plugin.MessagingMenu: Remove trusted status



commit 835eb04daa339df75539066c19204c6ac9bb5c18
Author: Michael Gratton <mike vee net>
Date:   Tue Mar 10 17:03:47 2020 +1100

    Plugin.MessagingMenu: Remove trusted status
    
    Doesn't need to be trusted since it doesn't access the client API,
    and don't load by default since Ubuntu doesn't ship the messaging
    menu UI any more after dropping Unity.

 src/client/application/application-plugin-manager.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/client/application/application-plugin-manager.vala 
b/src/client/application/application-plugin-manager.vala
index 6743f27e..3f3bcba7 100644
--- a/src/client/application/application-plugin-manager.vala
+++ b/src/client/application/application-plugin-manager.vala
@@ -16,7 +16,6 @@ public class Application.PluginManager : GLib.Object {
     private const string[] TRUSTED_MODULES = {
         "desktop-notifications",
         "notification-badge",
-        "unity-messaging-menu"
     };
 
     /** Flags assigned to a plugin by the manager. */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]