From: Dana Jansens Date: Fri, 12 Sep 2003 01:39:21 +0000 (+0000) Subject: 80 cols X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=5941c924e809c7141e34154eaa23f11da8572e1e;p=chaz%2Fopenbox 80 cols --- diff --git a/openbox/popup.c b/openbox/popup.c index 40757b5b..e7d455a0 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -167,7 +167,8 @@ void popup_show(Popup *self, gchar *text, ObClientIcon *icon) textw = w - (l+r + iconw + ob_rr_theme->padding * (self->hasicon ? 3 : 2)); } else - w = l+r + textw + iconw + ob_rr_theme->padding * (self->hasicon ? 3 : 2); + w = l+r + textw + iconw + ob_rr_theme->padding * + (self->hasicon ? 3 : 2); /* sanity checks to avoid crashes! */ if (w < 1) w = 1; if (h < 1) h = 1;