aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-12-03 19:42:15 +0100
committerfiaxh <git@mx.ax.lt>2017-12-03 21:43:19 +0100
commitcee39b0117c1620d852d50c14ca6f06db4e2956b (patch)
treeb888ea0d877aca7ea1e60cf311e57e5a82ea8cf8 /plugins/openpgp
parentcfc156b77a11d16aa5c4c273bfe50d74df59ecf9 (diff)
downloaddino-cee39b0117c1620d852d50c14ca6f06db4e2956b.tar.gz
dino-cee39b0117c1620d852d50c14ca6f06db4e2956b.zip
Rename resources to have a reverse DNS prefix
Diffstat (limited to 'plugins/openpgp')
-rw-r--r--plugins/openpgp/CMakeLists.txt2
-rw-r--r--plugins/openpgp/src/account_settings_widget.vala2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/openpgp/CMakeLists.txt b/plugins/openpgp/CMakeLists.txt
index 037a4b51..ab406123 100644
--- a/plugins/openpgp/CMakeLists.txt
+++ b/plugins/openpgp/CMakeLists.txt
@@ -22,7 +22,7 @@ compile_gresources(
TARGET ${CMAKE_CURRENT_BINARY_DIR}/resources/resources.c
TYPE EMBED_C
RESOURCES ${RESOURCE_LIST}
- PREFIX /im/dino
+ PREFIX /im/dino/Dino/openpgp
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/data
)
diff --git a/plugins/openpgp/src/account_settings_widget.vala b/plugins/openpgp/src/account_settings_widget.vala
index b71a1eda..2a6b99ac 100644
--- a/plugins/openpgp/src/account_settings_widget.vala
+++ b/plugins/openpgp/src/account_settings_widget.vala
@@ -5,7 +5,7 @@ using Dino.Entities;
namespace Dino.Plugins.OpenPgp {
-[GtkTemplate (ui = "/im/dino/account_settings_item.ui")]
+[GtkTemplate (ui = "/im/dino/Dino/openpgp/account_settings_item.ui")]
private class AccountSettingsWidget : Stack, Plugins.AccountSettingsWidget {
[GtkChild] private Label label;