Fix compat.c s/sokoke/gtk/_widget_set_tooltip_text
This commit is contained in:
parent
e74dc621c8
commit
bec502534c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue