[gnome-software] gs-review-row.ui: set activatable prop to false



commit 22cee466483d6f77a757cf294391e5b6faa70fbf
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jun 30 12:15:14 2016 +0200

    gs-review-row.ui: set activatable prop to false
    
    see https://bugzilla.gnome.org/show_bug.cgi?id=767972

 src/gs-review-row.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-review-row.ui b/src/gs-review-row.ui
index feaae1e..b52d5c7 100644
--- a/src/gs-review-row.ui
+++ b/src/gs-review-row.ui
@@ -3,6 +3,7 @@
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GsReviewRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
+    <property name="activatable">False</property>
 
     <child>
       <object class="GtkGrid" id="grid">


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