From 31fb21b2dd8821af384279245baa518d80a57e0b Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 12 Jan 2012 17:56:37 +0100 Subject: icon-container: use the right signature for the 'preedit-changed' cb (nautilus patch) this bug is related to ibus http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=af981252fad7ea623f5e0ec1814408cda8244ff2 it solves http://bugzilla.gnome.org/show_bug.cgi?id=629159 on nautilus we have this also on caja: http://forums.linuxmint.com/viewtopic.php?f=206&t=86481&start=160#p525315 --- libcaja-private/caja-icon-container.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcaja-private/caja-icon-container.c') diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c index 2be07d1e..8c249791 100644 --- a/libcaja-private/caja-icon-container.c +++ b/libcaja-private/caja-icon-container.c @@ -5403,6 +5403,7 @@ caja_icon_container_search_entry_flush_timeout (CajaIconContainer *container) */ static void caja_icon_container_search_preedit_changed (GtkEntry *entry, + gchar *preedit, CajaIconContainer *container) { container->details->imcontext_changed = 1; -- cgit v1.2.1