enjoy: Don't add the nowplaying as a content of the main layout.

It is already added as a naviframe content, so there's no need to
swallow it too.

SVN revision: 84477
This commit is contained in:
Rafael Antognolli 2013-03-31 21:41:57 +00:00
parent 90cc2d2ea9
commit 9be61b67d4
1 changed files with 0 additions and 1 deletions

View File

@ -1020,7 +1020,6 @@ win_new(App *app)
(nowplaying_edje, "ejy,shuffle,on", "ejy", _win_shuffle_on, w);
edje_object_signal_callback_add
(nowplaying_edje, "ejy,shuffle,off", "ejy", _win_shuffle_off, w);
elm_object_part_content_set(w->layout, "ejy.swallow.nowplaying", w->nowplaying);
edje_object_size_min_get(w->edje, &(w->min.w), &(w->min.h));
edje_object_size_min_restricted_calc
(w->edje, &(w->min.w), &(w->min.h), w->min.w, w->min.h);