]> spindle.queued.net Git - midori/commitdiff
Fix compat.c s/sokoke/gtk/_widget_set_tooltip_text
authorChristian Dywan <christian@twotoasts.de>
Sat, 21 Jun 2008 21:59:41 +0000 (23:59 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 21 Jun 2008 21:59:41 +0000 (23:59 +0200)
midori/compat.c

index 7dff901f0950fac7fad2aeef12768a842e5ff084..4f8a7401553771af29e8ab9399a032d9fcb5b3c6 100644 (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)