[gitg] commit-dialog: Allow copying the file names Fixes #226



commit fd407a45f18f1fbc8175ef86d79fd83f91bf8bfa
Author: Gaurav Agrawal <agrawalgaurav1999 gmail com>
Date:   Fri Jun 21 06:39:13 2019 +0000

    commit-dialog: Allow copying the file names
    Fixes #226

 gitg/commit/gitg-commit-dialog.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gitg/commit/gitg-commit-dialog.vala b/gitg/commit/gitg-commit-dialog.vala
index 35ebe200..81f2a4f8 100644
--- a/gitg/commit/gitg-commit-dialog.vala
+++ b/gitg/commit/gitg-commit-dialog.vala
@@ -555,6 +555,7 @@ class Dialog : Gtk.Dialog
                        grid.attach(ds, 0, 0, 1, 1);
 
                        var lbl = new Gtk.Label(path);
+                       lbl.selectable = true;
 
                        grid.attach(lbl, 1, 0, 1, 1);
                        row.show_all();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]