diff options
author | test-tools <test-tools@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-12 13:42:11 +0000 |
---|---|---|
committer | test-tools <test-tools@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-12 13:42:11 +0000 |
commit | bc2f6c87b379d8554ef3bec7d95b285e03230862 (patch) | |
tree | d69d62bc3ddf8383f870557670f6985d47829300 /emerald | |
parent | 53eb9ef7660083dea429240f56f881c3c7e052fd (diff) | |
download | marex-dev-bc2f6c87b379d8554ef3bec7d95b285e03230862.tar.gz marex-dev-bc2f6c87b379d8554ef3bec7d95b285e03230862.tar.bz2 |
emerald: Again #295
git-svn-id: file:///beryl/trunk@1692 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'emerald')
-rw-r--r-- | emerald/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emerald/src/main.c b/emerald/src/main.c index e2bbf44..6512e4b 100644 --- a/emerald/src/main.c +++ b/emerald/src/main.c @@ -3172,7 +3172,7 @@ update_window_decoration_actions (WnckWindow *win) * we crash ;) * FIXME: Remove or alter the error message when this fix is sufficiently verified. */ - fprintf(stderr,"XGetWindowProperty() returned non-success value (%d) for window '%s'.\n",result, wnck_window_get_real_name(win)); + fprintf(stderr,"XGetWindowProperty() returned non-success value (%d) for window '%s'.\n",result, wnck_window_get_name(win)); fprintf(stderr,"Please report this to the development team.\n" /* ,result */); if(data && n) XFree((void *) data); |