billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=a6d51a8d4d0951c701629034b00db87d4ea64d1c

commit a6d51a8d4d0951c701629034b00db87d4ea64d1c
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Jan 18 18:22:58 2014 +0100

    improve icons on settings toolbar
---
 src/bin/options.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/options.c b/src/bin/options.c
index f0e55f6..6eea718 100644
--- a/src/bin/options.c
+++ b/src/bin/options.c
@@ -163,11 +163,11 @@ options_toggle(Evas_Object *win, Evas_Object *bg, 
Evas_Object *term,
         ITEM_APPEND("preferences-desktop-font", "Font", FONT);
         ITEM_APPEND("preferences-desktop-theme", "Theme", THEME);
         ITEM_APPEND("preferences-desktop-wallpaper", "Wallpaper", WALLPAPER);
-        ITEM_APPEND("preferences-color", "Colors", COLORS);
-        ITEM_APPEND("preferences-desktop-multimedia", "Video", VIDEO);
-        ITEM_APPEND("system-run", "Behavior", BEHAVIOR);
+        ITEM_APPEND("video-display", "Video", VIDEO);
+        ITEM_APPEND("preferences-desktop-theme", "Colors", COLORS);
+        ITEM_APPEND("preferences-system", "Behavior", BEHAVIOR);
         ITEM_APPEND("preferences-desktop-keyboard-shortcuts", "Keys", KEYS);
-        ITEM_APPEND("document-open", "Helpers", HELPERS);
+        ITEM_APPEND("system-run", "Helpers", HELPERS);
 #undef ITEM_APPEND
 
         elm_box_pack_end(op_tbox, o);

-- 


Reply via email to