[gitg] Make commit details labels copyable with Ctrl+C



commit 6ecb54ca15afb048dadb1fefc0e7ebe393c7d062
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun Feb 14 17:31:12 2016 +0100

    Make commit details labels copyable with Ctrl+C

 .../resources/ui/gitg-diff-view-commit-details.ui  |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libgitg/resources/ui/gitg-diff-view-commit-details.ui 
b/libgitg/resources/ui/gitg-diff-view-commit-details.ui
index a9a022e..f3bdad3 100644
--- a/libgitg/resources/ui/gitg-diff-view-commit-details.ui
+++ b/libgitg/resources/ui/gitg-diff-view-commit-details.ui
@@ -38,7 +38,7 @@
             <child>
               <object class="GtkLabel" id="label_author">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="halign">start</property>
                 <property name="valign">start</property>
                 <property name="label">Author name &amp;lt;&lt;a href="email example com"&gt;email example 
com&lt;/a&gt;&amp;gt;</property>
@@ -55,7 +55,7 @@
             <child>
               <object class="GtkLabel" id="label_author_date">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="halign">start</property>
                 <property name="valign">start</property>
                 <property name="label">Author date</property>
@@ -77,7 +77,7 @@
             <child>
               <object class="GtkLabel" id="label_committer">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="halign">start</property>
                 <property name="valign">start</property>
                 <property name="margin_top">6</property>
@@ -95,7 +95,7 @@
             <child>
               <object class="GtkLabel" id="label_committer_date">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="halign">start</property>
                 <property name="valign">start</property>
                 <property name="label">Committer date</property>
@@ -123,7 +123,7 @@
         <child>
           <object class="GtkLabel" id="label_subject">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <property name="halign">start</property>
             <property name="valign">start</property>
             <property name="label">Subject</property>
@@ -147,7 +147,7 @@
             <child>
               <object class="GtkLabel" id="label_parents">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="label" translatable="yes">Parents</property>
                 <property name="xalign">0</property>
                 <attributes>
@@ -220,7 +220,7 @@
         <child>
           <object class="GtkLabel" id="label_sha1">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <property name="halign">end</property>
             <property name="valign">baseline</property>
             <property name="hexpand">True</property>


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