]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Little typo fix
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Thu, 30 Apr 2009 08:51:31 +0000 (12:51 +0400)
committerNickolay V. Shmyrev <nshmyrev@yandex.ru>
Thu, 30 Apr 2009 08:51:31 +0000 (12:51 +0400)
Fixes the build issue introduced by the last commit

cut-n-paste/toolbar-editor/egg-editable-toolbar.c

index 991370324af832a467f66d555b073e22b3f537be..5cf6c31ec619ea5a3c227b1f1da5c78a8ac9c7bf 100644 (file)
@@ -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)