[gnote/meson] Change plugin file location



commit 84f5d8ad57b5eb8be69ebb2624381459056059d7
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Apr 5 14:20:48 2021 +0300

    Change plugin file location

 src/addinmanager.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/addinmanager.cpp b/src/addinmanager.cpp
index a6a1a58e..48fa0eb4 100644
--- a/src/addinmanager.cpp
+++ b/src/addinmanager.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010-2017,2019-2020 Aurimas Cernius
+ * Copyright (C) 2010-2017,2019-2021 Aurimas Cernius
  * Copyright (C) 2009, 2010 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -299,8 +299,8 @@ namespace {
    
     REGISTER_APP_ADDIN(notebooks::NotebookApplicationAddin);
 
-    Glib::ustring global_path = LIBDIR "/" PACKAGE_NAME "/addins/" PACKAGE_VERSION;
-    Glib::ustring local_path = m_gnote_conf_dir + "/addins";
+    Glib::ustring global_path = LIBDIR "/" PACKAGE_NAME "/plugins/" PACKAGE_VERSION;
+    Glib::ustring local_path = m_gnote_conf_dir + "/plugins";
 
     load_addin_infos(global_path, local_path);
     std::vector<Glib::ustring> enabled_addins = get_enabled_addins();


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