Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-30 08:51:31 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-30 08:51:31 (GMT)
commitddfce3d1ad240d1653f31b63e45f830741aae0eb (patch)
treef73a379d2831f889f9eb3f79b92e8efbeae3c4ff /cut-n-paste
parentde24c673c89e61630509b6cbbc5b291c159e72fd (diff)
[build] Little typo fix
Fixes the build issue introduced by the last commit
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/toolbar-editor/egg-editable-toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c
index 9913703..5cf6c31 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)