[Xfce4-commits] [xfce/exo] 01/01: thunar crashed while type chinese with fcitx in search bar (Bug #14756)

noreply at xfce.org noreply at xfce.org
Tue Oct 16 02:18:03 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit f8c5f55d653fa0d2b1cb8a2aceba3e98515fb72b
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Sun Oct 14 21:23:02 2018 +0200

    thunar crashed while type chinese with fcitx in search bar (Bug #14756)
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 exo/exo-icon-view.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index b70f056..bdc59d6 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -425,6 +425,7 @@ static void     exo_icon_view_search_move               (GtkWidget      *widget,
                                                          ExoIconView    *icon_view,
                                                          gboolean        move_up);
 static void     exo_icon_view_search_preedit_changed    (GtkEntry       *entry,
+                                                         gchar          *preedit,
                                                          ExoIconView    *icon_view);
 static gboolean exo_icon_view_search_start              (ExoIconView    *icon_view,
                                                          gboolean        keybinding);
@@ -9118,6 +9119,7 @@ exo_icon_view_search_move (GtkWidget   *widget,
 
 static void
 exo_icon_view_search_preedit_changed (GtkEntry     *entry,
+                                      gchar        *preedit,
                                       ExoIconView  *icon_view)
 {
   icon_view->priv->search_imcontext_changed = TRUE;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list