bugfix showing options.

SVN revision: 72316
This commit is contained in:
Gustavo Sverzut Barbieri 2012-06-17 20:29:25 +00:00
parent 652df62d45
commit ffa6d0ab67
1 changed files with 3 additions and 3 deletions

View File

@ -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);