[gitg/wip/gaurav/clickable-links-subject-textview: 14/15] bind repository property to commit details
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/gaurav/clickable-links-subject-textview: 14/15] bind repository property to commit details
- Date: Fri, 12 Apr 2019 11:18:11 +0000 (UTC)
commit 95d6fe46c8101d67807276ea17b5c4ddb76cb231
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Mon Jan 21 17:28:25 2019 +0100
bind repository property to commit details
libgitg/gitg-diff-view.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libgitg/gitg-diff-view.vala b/libgitg/gitg-diff-view.vala
index b069dd71..9af14b3a 100644
--- a/libgitg/gitg-diff-view.vala
+++ b/libgitg/gitg-diff-view.vala
@@ -195,6 +195,7 @@ public class Gitg.DiffView : Gtk.Grid
d_parent_commit_notify =
d_commit_details.notify["parent-commit"].connect(parent_commit_changed);
bind_property("use-gravatar", d_commit_details, "use-gravatar", BindingFlags.SYNC_CREATE);
+ bind_property("repository", d_commit_details, "repository", BindingFlags.SYNC_CREATE);
d_text_view_message.event_after.connect (on_event_after);
d_text_view_message.key_press_event.connect (on_key_press);
d_text_view_message.motion_notify_event.connect (on_motion_notify_event);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]