From 53f2bcec759ee3e1777647f44e2afdad2b294b88 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 29 Jun 2009 23:51:53 +0100 Subject: [PATCH] remove notification. Closes LP #393015 --- terminator | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/terminator b/terminator index 5d449e6b..3ffb1a09 100755 --- a/terminator +++ b/terminator @@ -174,14 +174,3 @@ See the following bug report for more details: gtk.main() - try: - import pynotify - pynotify.init(APP_NAME.capitalize()) - icontheme = gtk.IconTheme() - icon = icontheme.lookup_icon(APP_NAME, 48, 0) - notification = pynotify.Notification('Terminator', "I'll be back", icon.get_filename()) - notification.set_urgency(pynotify.URGENCY_LOW) - notification.show() - except: - pass -