only block shelf drawing when shelf has none of its clients drawn, not when it has...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Sep 2012 12:35:29 +0000 (12:35 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Sep 2012 12:35:29 +0000 (12:35 +0000)
SVN revision: 76907

src/bin/e_shelf.c

index b699d37..c1c8282 100644 (file)
@@ -1044,7 +1044,7 @@ e_shelf_config_new(E_Zone *zone, E_Config_Shelf *cf_es)
          * if its gadcon has not populated; instead we show it in
          * the E_EVENT_GADCON_POPULATE handler
          */
-        if (es->gadcon->clients)
+        if (es->gadcon->clients || (!es->gadcon->cf->clients))
           e_shelf_show(es);
      }