[gtk+/gtk-2-18] A small correction of previous commit
- From: Javier Jardón <jjardon src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-18] A small correction of previous commit
- Date: Mon, 19 Oct 2009 20:29:09 +0000 (UTC)
commit ac6f5d27e635b40c3b60f21a33fdf2bd17afb540
Author: Marek Kasik <mkasik redhat com>
Date: Mon Oct 19 11:44:09 2009 +0200
A small correction of previous commit
Correct of a typo.
gtk/gtktooltip.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 6f74219..8b201f2 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]