summarylogtreecommitdiffstats
path: root/bzr_notify_open_display.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bzr_notify_open_display.patch')
-rw-r--r--bzr_notify_open_display.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/bzr_notify_open_display.patch b/bzr_notify_open_display.patch
deleted file mode 100644
index 9bfe42b25b18..000000000000
--- a/bzr_notify_open_display.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/bzr-gtk-0.100.0/bzr-notify 2011-04-02 11:24:00.000000000 +0200
-+++ src/bzr-gtk-0.100.0/bzr-notifyNew 2011-04-02 11:27:56.000000000 +0200
-@@ -9,7 +9,9 @@ screen when a commit occurs.
- from bzrlib.plugin import load_plugins
- load_plugins()
-
--from bzrlib.plugins.gtk import open_display, icon_path
-+from bzrlib.plugins.gtk.commands import open_display
-+from bzrlib.plugins.gtk import icon_path
-+
-
- from bzrlib.plugins.gtk.notify import NotifyPopupMenu
- gtk = open_display()