[gtk+/wip/baedert/drawing: 196/241] testtooltips: Fix Gtk(Check)Button API mixup
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/drawing: 196/241] testtooltips: Fix Gtk(Check)Button API mixup
- Date: Thu, 15 Jun 2017 11:04:06 +0000 (UTC)
commit 61f7fec706a3f5074622db629734ebccd7fc2a37
Author: Timm Bäder <mail baedert org>
Date: Wed May 24 10:21:46 2017 +0200
testtooltips: Fix Gtk(Check)Button API mixup
tests/testtooltips.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index 3d64b92..d72140a 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -31,7 +31,7 @@ query_tooltip_cb (GtkWidget *widget,
GtkTooltip *tooltip,
gpointer data)
{
- gtk_tooltip_set_markup (tooltip, gtk_button_get_label (GTK_BUTTON (widget)));
+ gtk_tooltip_set_markup (tooltip, gtk_check_button_get_label (GTK_CHECK_BUTTON (widget)));
gtk_tooltip_set_icon_from_icon_name (tooltip, "edit-delete",
GTK_ICON_SIZE_MENU);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]