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

View file

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