[gnome-packagekit] Don't connect to key press _and_ release in gpk-log. Fixes rh#509636



commit 6be4c470c8e50d70d97739f4cf4feaf60f36897b
Author: Richard Hughes <richard hughsie com>
Date:   Sun Jul 5 22:59:45 2009 +0100

    Don't connect to key press _and_ release in gpk-log. Fixes rh#509636

 src/gpk-log.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-log.c b/src/gpk-log.c
index 0ad25d4..82bbb1d 100644
--- a/src/gpk-log.c
+++ b/src/gpk-log.c
@@ -751,7 +751,6 @@ main (int argc, char *argv[])
 		g_object_unref (completion);
 	} else {
 		/* use search as you type */
-		g_signal_connect (widget, "key-press-event", G_CALLBACK (gpk_log_entry_filter_cb), NULL);
 		g_signal_connect (widget, "key-release-event", G_CALLBACK (gpk_log_entry_filter_cb), NULL);
 	}
 	g_object_unref (gconf_client);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]