From 076e5df5b63b28257fd59bc016e5398073ce278f Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Thu, 4 Feb 2016 18:31:20 +0100 Subject: [PATCH] diff-view: get the selection notification from the renderer --- libgitg/gitg-diff-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgitg/gitg-diff-view.vala b/libgitg/gitg-diff-view.vala index ab667670..93195138 100644 --- a/libgitg/gitg-diff-view.vala +++ b/libgitg/gitg-diff-view.vala @@ -333,7 +333,7 @@ public class Gitg.DiffView : Gtk.Grid if (current_file != null) { current_file.show(); - current_file.notify["has-selection"].connect(on_selection_changed); + current_file.renderer.notify["has-selection"].connect(on_selection_changed); files.add(current_file);