A small correction of previous commit

Correct of a typo.
This commit is contained in:
Marek Kasik
2009-10-19 11:44:09 +02:00
committed by Javier Jardón
parent f822714f98
commit ac6f5d27e6

View File

@@ -475,7 +475,7 @@ gtk_tooltip_window_style_set (GtkTooltip *tooltip)
tooltip->window->style->ythickness,
tooltip->window->style->xthickness,
tooltip->window->style->xthickness);
gtk_box_set_spacing (GTK_BOX (tooltip->hbox,
gtk_box_set_spacing (GTK_BOX (tooltip->box),
tooltip->window->style->xthickness);
gtk_widget_queue_draw (tooltip->window);