[maemo-commits] [maemo-commits] r15082 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 16 16:37:50 EET 2008
- Previous message: [maemo-commits] r15081 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15083 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof
Date: 2008-01-16 16:37:50 +0200 (Wed, 16 Jan 2008)
New Revision: 15082
Removed:
projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_060_return_press_crash_fix.diff
Log:
gtkhtml_060_return_press_crash_fix.diff is already present
Deleted: projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_060_return_press_crash_fix.diff
===================================================================
--- projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_060_return_press_crash_fix.diff 2008-01-16 14:05:33 UTC (rev 15081)
+++ projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_060_return_press_crash_fix.diff 2008-01-16 14:37:50 UTC (rev 15082)
@@ -1,21 +0,0 @@
-# Mark a link as visited before emitting the signal that can lead to its destruction
-#
-# Copyright (C) 2006 - 2007 Nokia Corporation.
-# This file is distributed under the terms of GNU LGPL license, either version 2
-# of the License, or (at your option) any later version.
-#
-diff -ru gtkhtml-3.13.91/src/gtkhtml.c gtkhtml-3.13.91.mod4/src/gtkhtml.c
---- gtkhtml-3.13.91/src/gtkhtml.c 2007-02-15 15:58:27.000000000 +0200
-+++ gtkhtml-3.13.91.mod4/src/gtkhtml.c 2007-02-15 16:09:48.000000000 +0200
-@@ -1010,9 +1010,9 @@
- url = html_object_get_complete_url (focus_object, focus_object_offset);
- if (url) {
- /* printf ("link clicked: %s\n", url); */
-- g_signal_emit (html, signals [LINK_CLICKED], 0, url);
- if (HTML_IS_TEXT(focus_object)) {
- html_text_set_link_visited (HTML_TEXT (focus_object), focus_object_offset, html->engine, TRUE);
-+ g_signal_emit (html, signals [LINK_CLICKED], 0, url);
- }
- g_free (url);
- }
-Only in gtkhtml-3.13.91.mod4/src: gtkhtml.c.orig
- Previous message: [maemo-commits] r15081 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15083 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
