[gtk+/popovers: 28/33] texthandle: Fix arguments in ::style-updated callback
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/popovers: 28/33] texthandle: Fix arguments in ::style-updated callback
- Date: Fri, 10 Jan 2014 15:17:19 +0000 (UTC)
commit 61ce30a9916d77dcf67063f5a72b310c5154fee4
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]