probably fix crash in ticket #1931

SVN revision: 80333
This commit is contained in:
Mike Blumenkrantz 2012-12-06 09:59:14 +00:00
parent 2b64147c16
commit ce1add259c
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ e_border_desk_set(E_Border *bd,
(bd->client.e.state.profile.use)) (bd->client.e.state.profile.use))
{ {
if (bd->client.e.state.profile.wait_for_done) return; if (bd->client.e.state.profile.wait_for_done) return;
if (strcmp(bd->client.e.state.profile.name, desk->window_profile) != 0) if (e_util_strcmp(bd->client.e.state.profile.name, desk->window_profile))
{ {
ecore_x_e_window_profile_change_request_send(bd->client.win, ecore_x_e_window_profile_change_request_send(bd->client.win,
desk->window_profile); desk->window_profile);