summarylogtreecommitdiffstats
path: root/bzr_notify_open_display.patch
diff options
context:
space:
mode:
authorFabio Zanini2011-04-02 10:30:49 +0000
committerJohannes Dewender2011-04-02 10:30:49 +0000
commitd00b9f83f0ccfe0973cbff7492b723a112c11136 (patch)
tree061f2916d313493c02fb8445e9aa231a2668f7d1 /bzr_notify_open_display.patch
parentb10600264ccd0dacb16cbc0a8c74933419d4caba (diff)
downloadaur-d00b9f83f0ccfe0973cbff7492b723a112c11136.tar.gz
new mantainer, updated to version 0.100, including two patches to be implemented
Diffstat (limited to 'bzr_notify_open_display.patch')
-rw-r--r--bzr_notify_open_display.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/bzr_notify_open_display.patch b/bzr_notify_open_display.patch
new file mode 100644
index 000000000000..9bfe42b25b18
--- /dev/null
+++ b/bzr_notify_open_display.patch
@@ -0,0 +1,13 @@
+--- 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()