clouseau: Gui refine: disbale buttons when going offline

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72345
This commit is contained in:
Aharon Hillel 2012-06-18 07:22:47 +00:00 committed by Tom Hacohen
parent 56111ff1bf
commit 563d309f20
1 changed files with 4 additions and 0 deletions

View File

@ -681,6 +681,10 @@ _show_app_window(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
bmp_req = eina_list_append(bmp_req, b_node);
}
}
else /* Disable button if we lost server */
_set_button(gui->win, obj,
"/images/gtk-close.png",
"Screenshot not available", EINA_TRUE);
}
Eina_Bool