e17/evry: cleanups, comments
authorHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 31 Aug 2011 12:57:47 +0000 (12:57 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 31 Aug 2011 12:57:47 +0000 (12:57 +0000)
SVN revision: 63030

src/modules/everything/evry_plug_aggregator.c
src/modules/everything/evry_view.c

index c33ec62..3228122 100644 (file)
@@ -33,10 +33,11 @@ _fetch(Evry_Plugin *plugin, const char *input)
    else
      input = NULL;
 
-   if (eina_list_data_get(sel->states) == s)
+   if ((eina_list_count(sel->states) == 1))
      top_level = 1;
 
-   /* get current items' context */
+   /* get current items' context,
+    * which is the previous selectors selected item */
    if (sel == sels[0])
      { 
        subj_sel = 1;
index fb51f16..4330e60 100644 (file)
@@ -124,13 +124,6 @@ _check_item(const Evry_Item *it)
    return 0;
 }
 
-static int _sort_pos_cb(const void *d1, const void *d2)
-{
-   const Item *it1 = d1;
-   const Item *it2 = d2;
-   return ((it1->x + it1->y * 4) - (it2->x + it2->y * 4));
-}
-
 static void
 _item_down(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info)
 {