[gtk+/popovers: 28/42] texthandle: Fix arguments in ::style-updated callback
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/popovers: 28/42] texthandle: Fix arguments in ::style-updated callback
- Date: Wed, 15 Jan 2014 12:43:42 +0000 (UTC)
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]