From 5941c924e809c7141e34154eaa23f11da8572e1e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Sep 2003 01:39:21 +0000 Subject: [PATCH] 80 cols --- openbox/popup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2