aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_selector/chat_row.vala
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 /main/src/ui/conversation_selector/chat_row.vala
parentcfc156b77a11d16aa5c4c273bfe50d74df59ecf9 (diff)
downloaddino-cee39b0117c1620d852d50c14ca6f06db4e2956b.tar.gz
dino-cee39b0117c1620d852d50c14ca6f06db4e2956b.zip
Rename resources to have a reverse DNS prefix
Diffstat (limited to 'main/src/ui/conversation_selector/chat_row.vala')
-rw-r--r--main/src/ui/conversation_selector/chat_row.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/conversation_selector/chat_row.vala b/main/src/ui/conversation_selector/chat_row.vala
index 73636a19..692ad1a5 100644
--- a/main/src/ui/conversation_selector/chat_row.vala
+++ b/main/src/ui/conversation_selector/chat_row.vala
@@ -34,7 +34,7 @@ public class ChatRow : ConversationRow {
}
private Widget generate_tooltip() {
- Builder builder = new Builder.from_resource("/im/dino/conversation_selector/chat_row_tooltip.ui");
+ Builder builder = new Builder.from_resource("/im/dino/Dino/conversation_selector/chat_row_tooltip.ui");
Box main_box = builder.get_object("main_box") as Box;
Box inner_box = builder.get_object("inner_box") as Box;
Label jid_label = builder.get_object("jid_label") as Label;