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:
Diffstat (limited to 'shell/view/frame/clipboardpanelwindow.py')
-rw-r--r--shell/view/frame/clipboardpanelwindow.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/view/frame/clipboardpanelwindow.py b/shell/view/frame/clipboardpanelwindow.py
index 0f91645..0eb8b1d 100644
--- a/shell/view/frame/clipboardpanelwindow.py
+++ b/shell/view/frame/clipboardpanelwindow.py
@@ -2,14 +2,14 @@ import logging
import gtk
import hippo
-from view.frame.PanelWindow import PanelWindow
+from view.frame.framewindow import FrameWindow
from view.frame.clipboardbox import ClipboardBox
from sugar.clipboard import clipboardservice
from sugar import util
-class ClipboardPanelWindow(PanelWindow):
+class ClipboardPanelWindow(FrameWindow):
def __init__(self, frame, orientation):
- PanelWindow.__init__(self, orientation)
+ FrameWindow.__init__(self, orientation)
self._frame = frame