[gnome-shell] Use the new RTL icons from adwaita



commit c7f5f172ddd0f7fb49f758543941c6b3a9396068
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Fri Jun 27 01:25:22 2014 +0300

    Use the new RTL icons from adwaita
    
    Use the suffix -rtl and -ltr.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732301

 js/ui/viewSelector.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js
index 550510b..e7d9b1d 100644
--- a/js/ui/viewSelector.js
+++ b/js/ui/viewSelector.js
@@ -83,10 +83,10 @@ const ViewSelector = new Lang.Class({
                                                    icon_name: 'edit-find-symbolic' }));
         if (this._entry.get_text_direction() == Clutter.TextDirection.RTL)
             this._clearIcon = new St.Icon({ style_class: 'search-entry-icon',
-                                            icon_name: 'edit-clear-rtl-symbolic' });
+                                            icon_name: 'edit-clear-symbolic-rtl' });
         else
             this._clearIcon = new St.Icon({ style_class: 'search-entry-icon',
-                                            icon_name: 'edit-clear-symbolic' });
+                                            icon_name: 'edit-clear-symbolic-ltr' });
 
         this._iconClickedId = 0;
         this._capturedEventId = 0;


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