Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/clipboardpanelwindow.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-20 15:35:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-20 15:35:07 (GMT)
commit5f65056d7803456227d0049df646abe64275542e (patch)
tree904ccf34a1a15a160eedc7325a80e2defe30d2bf /shell/view/frame/clipboardpanelwindow.py
parent7e96b1afb71f9532ad62f9615085787613f2159f (diff)
Cleanups
Diffstat (limited to 'shell/view/frame/clipboardpanelwindow.py')
-rw-r--r--shell/view/frame/clipboardpanelwindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/frame/clipboardpanelwindow.py b/shell/view/frame/clipboardpanelwindow.py
index 4babc8d..5df7b03 100644
--- a/shell/view/frame/clipboardpanelwindow.py
+++ b/shell/view/frame/clipboardpanelwindow.py
@@ -8,8 +8,8 @@ from sugar.clipboard import clipboardservice
from sugar import util
class ClipboardPanelWindow(PanelWindow):
- def __init__(self, frame, width, height, orientation):
- PanelWindow.__init__(self, width, height, orientation)
+ def __init__(self, frame, orientation):
+ PanelWindow.__init__(self, orientation)
self._frame = frame