From ffa6d0ab67cd9d205a918396d97233ebb4dcf767 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 17 Jun 2012 20:29:25 +0000 Subject: [PATCH] bugfix showing options. SVN revision: 72316 --- src/bin/options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/options.c b/src/bin/options.c index 7964054c..ab8f5061 100644 --- a/src/bin/options.c +++ b/src/bin/options.c @@ -114,11 +114,11 @@ options_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term) it_fn = elm_toolbar_item_append(o, "preferences-desktop-font", "Font", _cb_op_font, term); it_th = elm_toolbar_item_append(o, "preferences-desktop-theme", - "Theme", _cb_op_theme, NULL); + "Theme", _cb_op_theme, term); it_wp = elm_toolbar_item_append(o, "preferences-desktop-wallpaper", - "Wallpaper", _cb_op_wallpaper, NULL); + "Wallpaper", _cb_op_wallpaper, term); it_wp = elm_toolbar_item_append(o, "preferences-desktop-multimedia", - "Video", _cb_op_video, NULL); + "Video", _cb_op_video, term); it_bh = elm_toolbar_item_append(o, "system-run", "Behavior", _cb_op_behavior, term);