Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
fix depreciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jan 8, 2012
1 parent f9b6dfa commit 53e104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enews.c
Expand Up @@ -675,7 +675,7 @@ _toolbar_setup(void)
{
enews_g.tb = elm_toolbar_add(enews_g.win);
elm_toolbar_homogeneous_set(enews_g.tb, false);
elm_toolbar_mode_shrink_set(enews_g.tb, ELM_TOOLBAR_SHRINK_MENU);
elm_toolbar_shrink_mode_set(enews_g.tb, ELM_TOOLBAR_SHRINK_MENU);
ALIGN(enews_g.tb, EVAS_HINT_FILL, 0.0);
elm_box_pack_start(enews_g.bx, enews_g.tb);
evas_object_show(enews_g.tb);
Expand Down

0 comments on commit 53e104b

Please sign in to comment.