Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook/files: rednotebook-0.9.3-disable-webkit.patch
Date: Sat, 24 Apr 2010 20:19:49
Message-Id: 20100424201944.E5E5F2C04C@corvid.gentoo.org
1 hwoarang 10/04/24 20:19:44
2
3 Added: rednotebook-0.9.3-disable-webkit.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/files/rednotebook-0.9.3-disable-webkit.patch?rev=1.1&content-type=text/plain
13
14 Index: rednotebook-0.9.3-disable-webkit.patch
15 ===================================================================
16 Index: rednotebook-0.9.3/rednotebook/gui/browser.py
17 ===================================================================
18 --- rednotebook-0.9.3.orig/rednotebook/gui/browser.py
19 +++ rednotebook-0.9.3/rednotebook/gui/browser.py
20 @@ -36,11 +36,7 @@ if __name__ == '__main__':
21 gobject.threads_init() # also initializes the gdk threads
22
23
24 -try:
25 - import webkit
26 -except ImportError:
27 - logging.info('webkit not found. For a nicer preview install python-webkit or pywebkitgtk')
28 - webkit = None
29 +webkit = None
30
31 from rednotebook.util import filesystem