e_win: Fix Dialog Titles
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sun, 14 Dec 2014 11:21:16 +0000 (12:21 +0100)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sun, 14 Dec 2014 11:21:16 +0000 (12:21 +0100)
commitec64288d4f693cb1d5f8f4c58f381df001066b42
tree835b477db0e242b78726099d2971d6358ff8bc5b
parenta6f7d9ac1e64240fd3b044dc44c5ba207c3c44c1
e_win: Fix Dialog Titles

We should not set the title to "E" in the trap function of show.
If we do this we will override the icccm title and the netwm name, this
mean e_comp_x will set E as title of the window if the call to
elm_win_title_set was BEFORE the window was shown.

Now the name which was set before will be inserted.
src/bin/e_win.c