diff options
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r-- | src/IconBar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index 392a84c..380b7a5 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.cc,v 1.10 2002/02/07 14:45:02 fluxgen Exp $ | 22 | // $Id: IconBar.cc,v 1.11 2002/03/23 15:14:45 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | #include "i18n.hh" | 25 | #include "i18n.hh" |
@@ -239,7 +239,7 @@ void IconBar::draw(IconBarObj *obj, int width) { | |||
239 | 239 | ||
240 | FluxboxWindow *fluxboxwin = obj->getFluxboxWin(); | 240 | FluxboxWindow *fluxboxwin = obj->getFluxboxWin(); |
241 | Window iconwin = obj->getIconWin(); | 241 | Window iconwin = obj->getIconWin(); |
242 | char *title = *fluxboxwin->getIconTitle(); | 242 | const char *title = fluxboxwin->getIconTitle(); |
243 | unsigned int title_len = strlen(title); | 243 | unsigned int title_len = strlen(title); |
244 | unsigned int title_text_w; | 244 | unsigned int title_text_w; |
245 | 245 | ||