[gtk+/popovers: 28/42] texthandle: Fix arguments in ::style-updated callback



commit c366fcc119cd7cd9368f3cee2357f5f8ae76e40e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Jan 9 18:39:45 2014 +0100

    texthandle: Fix arguments in ::style-updated callback

 gtk/gtktexthandle.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktexthandle.c b/gtk/gtktexthandle.c
index 2409f39..af73f58 100644
--- a/gtk/gtktexthandle.c
+++ b/gtk/gtktexthandle.c
@@ -204,7 +204,8 @@ gtk_text_handle_widget_event (GtkWidget     *widget,
 }
 
 static void
-gtk_text_handle_widget_style_updated (GtkTextHandle *handle)
+gtk_text_handle_widget_style_updated (GtkWidget     *widget,
+                                      GtkTextHandle *handle)
 {
   _gtk_text_handle_update (handle, GTK_TEXT_HANDLE_POSITION_SELECTION_START);
   _gtk_text_handle_update (handle, GTK_TEXT_HANDLE_POSITION_SELECTION_END);


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