[maemo-commits] [maemo-commits] r15080 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 16 15:53:56 EET 2008
- Previous message: [maemo-commits] r15079 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15081 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2008-01-16 15:53:55 +0200 (Wed, 16 Jan 2008) New Revision: 15080 Removed: projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_040_clear_selection.diff Log: gtkhtml_040_clear_selection.diff is already present Deleted: projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_040_clear_selection.diff =================================================================== --- projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_040_clear_selection.diff 2008-01-16 13:49:38 UTC (rev 15079) +++ projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_040_clear_selection.diff 2008-01-16 13:53:55 UTC (rev 15080) @@ -1,20 +0,0 @@ -# When loading a new document, we must clear the selection, because the new document -# should have nothing selected -# -# 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/htmlengine.c gtkhtml-3.13.91.mod11/src/htmlengine.c ---- gtkhtml-3.13.91/src/htmlengine.c 2007-02-15 17:52:01.000000000 +0200 -+++ gtkhtml-3.13.91.mod11/src/htmlengine.c 2007-02-16 16:09:21.000000000 +0200 -@@ -5000,6 +5000,8 @@ - if (e->clue != NULL) - html_object_destroy (e->clue); - -+ clear_selection (e); -+ - g_list_foreach (e->formList, destroy_form, NULL); - - g_list_free (e->formList); -Only in gtkhtml-3.13.91.mod11/src: htmlengine.c.orig
- Previous message: [maemo-commits] r15079 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15081 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]