diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-07-29 22:07:34 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-07-29 22:07:34 +0800 |
commit | f42a546df394424e9ca71e123e2482bcc021ed82 (patch) | |
tree | 0209663149a111fe382e60b9db6f0aa05f4fe472 /libempathy-gtk/empathy-live-search.c | |
parent | 8b6f735f75f51774bce12eb64ad1ed4712289bbb (diff) | |
download | gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar.gz gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar.bz2 gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar.lz gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar.xz gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.tar.zst gsoc2013-empathy-f42a546df394424e9ca71e123e2482bcc021ed82.zip |
changed the type of keynav signal
now VOID__BOXED is used instead of VOID__POINTER
Diffstat (limited to 'libempathy-gtk/empathy-live-search.c')
-rw-r--r-- | libempathy-gtk/empathy-live-search.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-live-search.c b/libempathy-gtk/empathy-live-search.c index 414a266f6..3b6e18ee3 100644 --- a/libempathy-gtk/empathy-live-search.c +++ b/libempathy-gtk/empathy-live-search.c @@ -394,8 +394,8 @@ empathy_live_search_class_init (EmpathyLiveSearchClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - g_cclosure_marshal_VOID__POINTER, - G_TYPE_NONE, 1, G_TYPE_POINTER); + g_cclosure_marshal_VOID__BOXED, + G_TYPE_NONE, 1, GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE); param_spec = g_param_spec_object ("hook-widget", "Live Searchs Hook Widget", "The live search catches key-press-events on this widget", |