From 449646f0fa0e43c4f9dc9abf735d23a7f0c27cb4 Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Mon, 7 Dec 2009 11:37:14 -0800 Subject: broke some lines --- src/caribou/window.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/caribou/window.py b/src/caribou/window.py index 1c01575..20caad3 100644 --- a/src/caribou/window.py +++ b/src/caribou/window.py @@ -129,10 +129,13 @@ class CaribouWindow(gtk.Window): self.allocation.width, self.allocation.height)) - if CaribouWindowPlacement.SCREEN != self._default_placement.x.stickto or \ - CaribouWindowPlacement.SCREEN != self._default_placement.y.stickto: + if CaribouWindowPlacement.SCREEN != \ + self._default_placement.x.stickto or \ + CaribouWindowPlacement.SCREEN != \ + self._default_placement.y.stickto: if self._entry_location != gtk.gdk.Rectangle(0, 0, 0, 0): - distance2 = self._get_distance_to_bbox(x, y, self._entry_location) + distance2 = self._get_distance_to_bbox(x, y, + self._entry_location) distance = min(distance, distance2) opacity = (self.max_alpha - self.min_alpha) * \ -- cgit v1.2.1