'everything' dont allow aggregator to be moved down

SVN revision: 48264
This commit is contained in:
Hannes Janetzek 2010-04-24 00:32:03 +00:00
parent e226f8f013
commit 343601a12f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ _plugin_move(Eina_List *plugins, Evas_Object *list, int dir)
sel = e_widget_ilist_selected_get(list);
if (sel >= 0)
if ((sel >= 1 && dir > 0) || (sel >= 2 && dir < 0))
{
Plugin_Config *pc;
int prio = 0;