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
parent 52ef2f2a3e
commit cf8c4a6a80

View File

@ -501,7 +501,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);