Fix compat.c s/sokoke/gtk/_widget_set_tooltip_text

This commit is contained in:
Christian Dywan 2008-06-21 23:59:41 +02:00
parent e74dc621c8
commit bec502534c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#if !GTK_CHECK_VERSION(2, 12, 0)
void
sokoke_widget_set_tooltip_text (GtkWidget* widget, const gchar* text)
gtk_widget_set_tooltip_text (GtkWidget* widget, const gchar* text)
{
static GtkTooltips* tooltips;
if (!tooltips)