Comment 1 for bug 50212

Revision history for this message
Karderio (karderio) wrote :

Here is a quick patch that seems to work. I generated this patch with "bzr diff". This is the first time I have used bzr, so I'm not sure if this is a valid patch. To be honest I spent ages just checking the source code out, bazaar seems to have much potential all the same ;)

Patch follows.

Love, Karderio.

-------------------------------------------------

=== modified file 'data/gdebi.glade'
--- data/gdebi.glade
+++ data/gdebi.glade
@@ -147,12 +147,13 @@
              <child>
                <widget class="GtkLabel" id="label_name">
                  <property name="visible">True</property>
+ <property name="can_focus">True</property>
                  <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt; &lt;/big&gt;&lt;/b&gt;</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">True</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                  <property name="wrap">False</property>
- <property name="selectable">False</property>
+ <property name="selectable">True</property>
                  <property name="xalign">0</property>
                  <property name="yalign">0.5</property>
                  <property name="xpad">0</property>
@@ -181,12 +182,13 @@
                  <child>
                    <widget class="GtkLabel" id="label_status">
                      <property name="visible">True</property>
+ <property name="can_focus">True</property>
                      <property name="label" translatable="yes"> </property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">True</property>
- <property name="selectable">False</property>
+ <property name="selectable">True</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
@@ -285,12 +287,13 @@

              <child>
                <widget class="GtkLabel" id="label_desc">
+ <property name="can_focus">True</property>
                  <property name="label" translatable="yes"></property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">False</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                  <property name="wrap">False</property>
- <property name="selectable">False</property>
+ <property name="selectable">True</property>
                  <property name="xalign">0</property>
                  <property name="yalign">0.5</property>
                  <property name="xpad">0</property>