From ddfce3d1ad240d1653f31b63e45f830741aae0eb Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 30 Apr 2009 12:51:31 +0400 Subject: [PATCH] [build] Little typo fix Fixes the build issue introduced by the last commit --- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index 99137032..5cf6c31e 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -512,7 +512,7 @@ configure_item_tooltip (GtkToolItem *item) #if GTK_CHECK_VERSION (2, 16, 0) action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (item)); #else - action = gtk_widget_get_action (GTKWIDGET (item)); + action = gtk_widget_get_action (GTK_WIDGET (item)); #endif if (action != NULL) -- 2.43.0