4c3b676
From 8a707dacf8615f88615a53ffe6eeb1ad65d94967 Mon Sep 17 00:00:00 2001
4c3b676
From: Hans de Goede <hdegoede@redhat.com>
4c3b676
Date: Wed, 6 Jun 2012 11:23:47 +0200
4c3b676
Subject: [PATCH 3/4] main-window-ui: Fix images missing from effect buttons
4c3b676
4c3b676
Commit 4cb11731e62b51c684993e43000c933ea97785c2 fixed the images missing from
4c3b676
the photo / video / burst buttons, but the same problem also affects the
4c3b676
previous effects-page, effects, next effects-page buttons. This patch fixes
4c3b676
them too.
4c3b676
4c3b676
Note that unlike the commit message of commit 4cb11731 suggest this
4c3b676
not only fixes the printing of warnings to the console, it also fixes
4c3b676
the pixmaps actually missing from the buttons.
4c3b676
4c3b676
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
4c3b676
---
4c3b676
 data/cheese-main-window.ui |    3 +++
4c3b676
 1 file changed, 3 insertions(+)
4c3b676
4c3b676
diff --git a/data/cheese-main-window.ui b/data/cheese-main-window.ui
4c3b676
index bdc84c5..b0760bd 100644
4c3b676
--- a/data/cheese-main-window.ui
4c3b676
+++ b/data/cheese-main-window.ui
4c3b676
@@ -126,6 +126,7 @@
4c3b676
                         <property name="column-spacing">0</property>
4c3b676
                         <child>
4c3b676
                           <object class="GtkButton" id="effects_prev_page_button">
4c3b676
+                            <property name="use-action-appearance">False</property>
4c3b676
                             <property name="related-action">effects_page_prev</property>
4c3b676
                             <property name="width-request">32</property>
4c3b676
                             <property name="relief">GTK_RELIEF_NONE</property>
4c3b676
@@ -141,6 +142,7 @@
4c3b676
                           <object class="GtkToggleButton" id="effects_toggle_button">
4c3b676
                             <property name="vexpand">False</property>
4c3b676
                             <property name="hexpand">False</property>
4c3b676
+                            <property name="use-action-appearance">False</property>
4c3b676
                             <property name="related-action">effects_toggle</property>
4c3b676
                             <property name="tooltip_text" translatable="yes">Effects</property>
4c3b676
                             <child>
4c3b676
@@ -165,6 +167,7 @@
4c3b676
                         </child>
4c3b676
                         <child>
4c3b676
                           <object class="GtkButton" id="effects_next_page_button">
4c3b676
+                            <property name="use-action-appearance">False</property>
4c3b676
                             <property name="related-action">effects_page_next</property>
4c3b676
                             <property name="width-request">32</property>
4c3b676
                             <property name="relief">GTK_RELIEF_NONE</property>
4c3b676
-- 
4c3b676
1.7.10.2
4c3b676