[gnome-software/wip/temp/ubuntu-xenial-rebased: 19/329] Set post button to GTK_RESPONSE_OK



commit 5c9ae8c364479bf1a6ded370864eb7fbc5d11f43
Author: William Hua <william hua canonical com>
Date:   Thu Jan 21 15:56:17 2016 -0600

    Set post button to GTK_RESPONSE_OK

 src/gs-app-review-dialog.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app-review-dialog.ui b/src/gs-app-review-dialog.ui
index 356705c..f25640e 100644
--- a/src/gs-app-review-dialog.ui
+++ b/src/gs-app-review-dialog.ui
@@ -3,6 +3,9 @@
 <interface>
   <requires lib="gtk+" version="3.10"/>
   <template class="GsAppReviewDialog" parent="GtkDialog">
+    <action-widgets>
+      <action-widget response="ok">post_button</action-widget>
+    </action-widgets>
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Review</property>
     <property name="modal">True</property>


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