Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/framepopupcontext.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-21 20:12:27 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-21 20:12:27 (GMT)
commitb452b7d718f06703c682e935d1bf6d28a425d108 (patch)
treeef3ff115aac60e4703bdc02fb3b0b2ae6ce06d97 /shell/view/frame/framepopupcontext.py
parent9ba487fa1f5ea1e624eb84be225940096d0185cb (diff)
Make ClipboardIcon use the new Menu.
Diffstat (limited to 'shell/view/frame/framepopupcontext.py')
-rw-r--r--shell/view/frame/framepopupcontext.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/shell/view/frame/framepopupcontext.py b/shell/view/frame/framepopupcontext.py
new file mode 100644
index 0000000..cf35293
--- /dev/null
+++ b/shell/view/frame/framepopupcontext.py
@@ -0,0 +1,26 @@
+# Copyright (C) 2007, One Laptop Per Child
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+import gobject
+import hippo
+
+from sugar.graphics.popupcontext import PopupContext
+
+class FramePopupContext(PopupContext):
+ __gtype_name__ = 'SugarFramePopupContext'
+
+ def __init__(self):
+ PopupContext.__init__(self)