return immediatly if the title is NULL

SVN revision: 43247
This commit is contained in:
Vincent Torri 2009-10-24 09:58:46 +00:00
parent 198b55badb
commit ba758fdd47
1 changed files with 2 additions and 0 deletions

View File

@ -718,6 +718,8 @@ EAPI void
ecore_x_icccm_title_set(Ecore_X_Window window,
const char *title)
{
if (!title) return;
/* FIXME: to do: utf8 */
/* xprop.value = NULL; */