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-1.1.2-disable-webkit.patch
Date: Thu, 30 Dec 2010 13:04:42
Message-Id: 20101230130432.DDCB720054@flycatcher.gentoo.org
1 hwoarang 10/12/30 13:04:32
2
3 Added: rednotebook-1.1.2-disable-webkit.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/rednotebook/files/rednotebook-1.1.2-disable-webkit.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/files/rednotebook-1.1.2-disable-webkit.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/files/rednotebook-1.1.2-disable-webkit.patch?rev=1.1&content-type=text/plain
14
15 Index: rednotebook-1.1.2-disable-webkit.patch
16 ===================================================================
17 Index: rednotebook-1.1.2/rednotebook/gui/browser.py
18 ===================================================================
19 --- rednotebook-1.1.2.orig/rednotebook/gui/browser.py
20 +++ rednotebook-1.1.2/rednotebook/gui/browser.py
21 @@ -40,11 +40,6 @@ from rednotebook.util import filesystem
22
23
24 webkit = None
25 -try:
26 - import webkit
27 -except ImportError:
28 - logging.info('webkit not found. For a nicer preview install python-webkit or pywebkitgtk')
29 -
30
31
32 def can_print_pdf():