[gtk+] border-image: fix a horizontal/vertical index typo
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] border-image: fix a horizontal/vertical index typo
- Date: Thu, 9 Jun 2011 21:06:47 +0000 (UTC)
commit c935439a725f4878a1bccd7ed3ef8fbf883ca83b
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Jun 9 17:05:27 2011 -0400
border-image: fix a horizontal/vertical index typo
gtk/gtkborderimage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkborderimage.c b/gtk/gtkborderimage.c
index b6cf778..f259310 100644
--- a/gtk/gtkborderimage.c
+++ b/gtk/gtkborderimage.c
@@ -425,7 +425,7 @@ _gtk_border_image_render (GtkBorderImage *image,
for (h = 0; h < 3; h++)
{
if (horizontal_slice[h].size == 0 ||
- horizontal_border[v].size == 0)
+ horizontal_border[h].size == 0)
continue;
if (h == 1 && v == 1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]