diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-09-01 09:24:14 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-09-01 09:24:14 +0200 |
commit | c00a0c74e343d45d9382e0183070bcc41cb87c88 (patch) | |
tree | 3920503c7d57a68bf898dba0b5c430d22430d96b /shelf.c | |
parent | 1bd4a56efa9684b6417cd5ef11d225a734b8eb1a (diff) | |
download | shelf-c00a0c74e343d45d9382e0183070bcc41cb87c88.tar.gz shelf-c00a0c74e343d45d9382e0183070bcc41cb87c88.tar.bz2 |
Track core changes.
Diffstat (limited to 'shelf.c')
-rw-r--r-- | shelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -914,7 +914,7 @@ shelfInitDisplay (CompPlugin *p, if (!d->shapeExtension) { - compLogMessage (d, "shelf", CompLogLevelError, + compLogMessage ("shelf", CompLogLevelError, "No Shape extension found. Shelfing not possible.\n"); return FALSE; } |