Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > c0c64a26e691e05e065ce87ef749a118 > files > 2

bzr-gtk-0.90.0-1mdv2008.0.src.rpm

Index: bzr-gtk-0.15.2/__init__.py
===================================================================
--- bzr-gtk-0.15.2.orig/__init__.py
+++ bzr-gtk-0.15.2/__init__.py
@@ -491,7 +491,9 @@ class cmd_commit_notify(GTKCommand):
         pynotify.init("bzr commit-notify")
         gtk.main()
 
-register_command(cmd_commit_notify)
+# We don't have bzr.dbus in Fedora yet, so this command will traceback if the
+# use tries to use it.
+#register_command(cmd_commit_notify)
 
 
 import gettext