diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-24 20:19:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-24 20:19:44 +0000 |
commit | 5a78cdf66846f3e80dd96b12506671d40914d9fb (patch) | |
tree | 1f11fca2683344039adba522814321de3c1d560c /x11-misc/rednotebook/files | |
parent | alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #314639 (diff) | |
download | gentoo-2-5a78cdf66846f3e80dd96b12506671d40914d9fb.tar.gz gentoo-2-5a78cdf66846f3e80dd96b12506671d40914d9fb.tar.bz2 gentoo-2-5a78cdf66846f3e80dd96b12506671d40914d9fb.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook/files')
-rw-r--r-- | x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch b/x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch new file mode 100644 index 000000000000..ccc3ed9b44eb --- /dev/null +++ b/x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch @@ -0,0 +1,17 @@ +Index: rednotebook-0.9.3/rednotebook/gui/browser.py +=================================================================== +--- rednotebook-0.9.3.orig/rednotebook/gui/browser.py ++++ rednotebook-0.9.3/rednotebook/gui/browser.py +@@ -36,11 +36,7 @@ if __name__ == '__main__': + gobject.threads_init() # also initializes the gdk threads + + +-try: +- import webkit +-except ImportError: +- logging.info('webkit not found. For a nicer preview install python-webkit or pywebkitgtk') +- webkit = None ++webkit = None + + from rednotebook.util import filesystem + |