Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frame.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-25 12:40:24 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-25 12:40:24 (GMT)
commit81e2e9ed8db11aff7daab714b7328b099cc73d8a (patch)
tree40922dfd6042eddfc35d4dcc798028ca6b4b35cb /shell/view/frame/frame.py
parentc0c753d169fce161355bdbc5f67aad771782d8b1 (diff)
Get rid of the old nm applet
Diffstat (limited to 'shell/view/frame/frame.py')
-rw-r--r--shell/view/frame/frame.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index f15bf35..d2b224f 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -26,7 +26,6 @@ from view.frame.overlaybox import OverlayBox
from view.frame.FriendsBox import FriendsBox
from view.frame.PanelWindow import PanelWindow
from view.frame.clipboardpanelwindow import ClipboardPanelWindow
-from view.frame.notificationtray import NotificationTray
from view.frame.framepopupcontext import FramePopupContext
from model.ShellModel import ShellModel
from sugar.graphics.timeline import Timeline
@@ -87,16 +86,6 @@ class Frame:
box = ZoomBox(self._shell, self._popup_context)
root.append(box)
- tray = NotificationTray()
- tray_box = hippo.CanvasBox(box_width=units.grid_to_pixels(1),
- box_height=units.grid_to_pixels(1),
- xalign=hippo.ALIGNMENT_END)
-
- tray_widget = hippo.CanvasWidget()
- tray_widget.props.widget = tray
- tray_box.append(tray_widget, gtk.EXPAND)
- root.append(tray_box)
-
box = OverlayBox(self._shell)
root.append(box, hippo.PACK_FIXED)