diff options
author | Yosef Or Boczko <yoseforb@src.gnome.org> | 2014-02-04 00:47:53 +0200 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2014-02-04 08:00:46 +0000 |
commit | 80c45374b715005f1bbe30d1adcf897ed18c14fc (patch) | |
tree | 56d337f61f68875dbfc26314c58f924f76998154 /data | |
parent | 9704898f06036742e855ff3b66739295db3bbbe1 (diff) |
Fix the page navigation icons in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=723569
Diffstat (limited to 'data')
-rw-r--r-- | data/cheese-main-window.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/cheese-main-window.ui b/data/cheese-main-window.ui index ade94f39..70d23daf 100644 --- a/data/cheese-main-window.ui +++ b/data/cheese-main-window.ui @@ -121,7 +121,6 @@ <property name="visible">True</property> <child> <object class="GtkImage" id="effects_prev_page_button_image"> - <property name="icon_name">go-previous-symbolic</property> <property name="visible">True</property> </object> </child> @@ -157,8 +156,7 @@ <property name="tooltip_text" translatable="yes">Navigate to the next page of effects</property> <property name="visible">True</property> <child> - <object class="GtkImage" id="effects_prev_next_button_image"> - <property name="icon-name">go-next-symbolic</property> + <object class="GtkImage" id="effects_next_page_button_image"> <property name="visible">True</property> </object> </child> |