devhelp r1171 - in trunk: . src
- From: herzi svn gnome org
- To: svn-commits-list gnome org
- Subject: devhelp r1171 - in trunk: . src
- Date: Thu, 9 Oct 2008 17:42:56 +0000 (UTC)
Author: herzi
Date: Thu Oct 9 17:42:56 2008
New Revision: 1171
URL: http://svn.gnome.org/viewvc/devhelp?rev=1171&view=rev
Log:
2008-10-07 Sven Herzberg <sven imendio com>
Connect to the key-press-event of the DhAssistant, not the
WebKitWebView
* src/dh-assistant.c: connect to a different widget (no need to
connect this one on the WebKitWebView)
Modified:
trunk/ChangeLog
trunk/src/dh-assistant.c
Modified: trunk/src/dh-assistant.c
==============================================================================
--- trunk/src/dh-assistant.c (original)
+++ trunk/src/dh-assistant.c Thu Oct 9 17:42:56 2008
@@ -98,7 +98,7 @@
priv->web_view = dh_assistant_view_new ();
- g_signal_connect (priv->web_view, "key-press-event",
+ g_signal_connect (assistant, "key-press-event",
G_CALLBACK (assistant_key_press_event_cb),
assistant);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]