disallow pip manage action if no pips exist

devs/discomfitor/biztrip
Mike Blumenkrantz 8 years ago
parent b2bd0365cd
commit 95b961304e
  1. 1
      src/pip.c

@ -387,6 +387,7 @@ _pip_hook(void *d EINA_UNUSED, E_Client *ec)
static void
_pip_action_cb(E_Object *obj EINA_UNUSED, const char *params EINA_UNUSED)
{
if (!eina_hash_population(pips)) return;
if (editing)
pips_noedit();
else

Loading…
Cancel
Save