summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-12 01:39:21 +0000
committerDana Jansens <danakj@orodu.net>2003-09-12 01:39:21 +0000
commit5941c924e809c7141e34154eaa23f11da8572e1e (patch)
treec4c639b24a81ba7bb0fe9182e8cb579d135c4871
parent988c09638997c26821f43c19f0bbb161a20e681b (diff)
80 cols
-rw-r--r--openbox/popup.c3
1 files changed, 2 insertions, 1 deletions
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;