diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-12 17:56:37 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-12 17:56:37 +0100 |
commit | 31fb21b2dd8821af384279245baa518d80a57e0b (patch) | |
tree | 612e4cd400b0766df5d68a4b5a3eaeb7fcf739a7 /libcaja-private | |
parent | cd65216e37d8cf33e468ad8a2f7714ef1bd6596f (diff) | |
download | caja-31fb21b2dd8821af384279245baa518d80a57e0b.tar.bz2 caja-31fb21b2dd8821af384279245baa518d80a57e0b.tar.xz |
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
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-icon-container.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |