mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
diff-view: get the selection notification from the renderer
This commit is contained in:
parent
395711b42b
commit
076e5df5b6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue