[shotwell/shotwell-0.28] Fix slideshow settings dialog



commit 4d55d976d0d458de0770616b934b3deace519c0f
Author: Jens Georg <mail jensge org>
Date:   Wed May 23 23:29:43 2018 +0200

    Fix slideshow settings dialog
    
    - Missing response codes for buttons
    - Wrong template class name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796370

 ui/slideshow_settings.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ui/slideshow_settings.ui b/ui/slideshow_settings.ui
index 6f597b1..5400793 100644
--- a/ui/slideshow_settings.ui
+++ b/ui/slideshow_settings.ui
@@ -16,7 +16,7 @@
     <property name="step_increment">0.10000000000000001</property>
     <property name="page_increment">1</property>
   </object>
-  <template class="SettingsDialog" parent="GtkDialog">
+  <template class="SlideshowPageSettingsDialog" parent="GtkDialog">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Settings</property>
     <property name="modal">True</property>
@@ -258,8 +258,8 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="0">button1</action-widget>
-      <action-widget response="0">button2</action-widget>
+      <action-widget response="-6">button1</action-widget>
+      <action-widget response="-5">button2</action-widget>
     </action-widgets>
   </template>
 </interface>


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