e: No need to check MINOR twice

This commit is contained in:
Sebastian Dransfeld 2013-06-21 12:48:10 +02:00
parent c507b36abf
commit 97dd1d7486
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ _e_int_menus_apps_scan(E_Menu *m, Efreet_Menu *menu)
}
}
#if (EFREET_VERSION_MINOR > 1) || (EFREET_VERSION_MINOR >= 8)
#if (EFREET_VERSION_MAJOR > 1) || (EFREET_VERSION_MINOR >= 8)
static void
_e_int_menus_app_thread_notify_cb(void *data, Efreet_Menu *menu)
{