From: Mikael Magnusson Date: Wed, 29 Oct 2008 00:29:43 +0000 (+0100) Subject: Typo in comment. X-Git-Tag: release-3.4.8-rc2~13 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0c1f75ee4b354b4858cc49f7d9db7939a7749ba0;p=mikachu%2Fopenbox.git Typo in comment. --- diff --git a/openbox/client.c b/openbox/client.c index 1d78a658..77f046e0 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2220,7 +2220,7 @@ void client_update_icons(ObClient *self) */ if (!self->icon_set && !self->parents) { RrPixel32 *icon = ob_rr_theme->def_win_icon; - gulong *ldata; /* use a long here to satisfy OBT_PROP_SETA32 */ + gulong *ldata; /* use a long here to satisfy PROP_SETA32 */ w = ob_rr_theme->def_win_icon_w; h = ob_rr_theme->def_win_icon_h;