[maemo-commits] [maemo-commits] r15079 - 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:49:39 EET 2008
- Previous message: [maemo-commits] r15078 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15080 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2008-01-16 15:49:38 +0200 (Wed, 16 Jan 2008) New Revision: 15079 Removed: projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_030_unrealize_fix.diff Log: gtkhtml_030_unrealize_fix.diff is already present Deleted: projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_030_unrealize_fix.diff =================================================================== --- projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_030_unrealize_fix.diff 2008-01-16 13:34:54 UTC (rev 15078) +++ projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches/gtkhtml_030_unrealize_fix.diff 2008-01-16 13:49:38 UTC (rev 15079) @@ -1,19 +0,0 @@ -# During unrealize, we must feed NULL to gtk_im_context_set_client_window so as to -# dissociate it from a GdkWindow which is about to be destroyed anyway -# -# 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.mod6/src/gtkhtml.c ---- gtkhtml-3.13.91/src/gtkhtml.c 2007-02-15 14:40:31.000000000 +0200 -+++ gtkhtml-3.13.91.mod6/src/gtkhtml.c 2007-02-15 15:12:46.000000000 +0200 -@@ -1119,7 +1119,7 @@ - - html_engine_unrealize (html->engine); - -- gtk_im_context_set_client_window (html->priv->im_context, widget->window); -+ gtk_im_context_set_client_window (html->priv->im_context, NULL); - - html_image_factory_stop_animations (html->engine->image_factory); -
- Previous message: [maemo-commits] r15078 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Next message: [maemo-commits] r15080 - projects/haf/branches/gtkhtml/gtkhtml-3.17.5-port/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]