[gtkhtml] Change GtkHTML::url-requested to G_SIGNAL_RUN_LAST.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkhtml] Change GtkHTML::url-requested to G_SIGNAL_RUN_LAST.
- Date: Fri, 8 Jan 2010 20:51:55 +0000 (UTC)
commit 203ce61e6ea19323914b9c459b2e79bde5db15be
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jan 8 15:50:21 2010 -0500
Change GtkHTML::url-requested to G_SIGNAL_RUN_LAST.
This allows signal handlers to run before the class function.
Related to bug 606344 - Clicking "Reply to All" button causes Evo to
dump core
gtkhtml/gtkhtml.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c
index 967b99e..759a0e5 100644
--- a/gtkhtml/gtkhtml.c
+++ b/gtkhtml/gtkhtml.c
@@ -2829,7 +2829,7 @@ gtk_html_class_init (GtkHTMLClass *klass)
signals [URL_REQUESTED] =
g_signal_new ("url_requested",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_FIRST,
+ G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GtkHTMLClass, url_requested),
NULL, NULL,
html_g_cclosure_marshal_VOID__STRING_POINTER,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]