forked from AuroraMiddleware/gtk
Use the correct index variable. (#150941, Tommi Komulainen)
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gdk/gdkimage.c (allocate_scratch_images): Use the correct index variable. (#150941, Tommi Komulainen)
This commit is contained in:
parent
2f2dee4341
commit
b97018ad7f
@ -1,3 +1,8 @@
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (allocate_scratch_images): Use the correct
|
||||
index variable. (#150941, Tommi Komulainen)
|
||||
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (allocate_scratch_images): Use the correct
|
||||
index variable. (#150941, Tommi Komulainen)
|
||||
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (allocate_scratch_images): Use the correct
|
||||
index variable. (#150941, Tommi Komulainen)
|
||||
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkimage.c (allocate_scratch_images): Use the correct
|
||||
index variable. (#150941, Tommi Komulainen)
|
||||
|
||||
2004-08-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
|
||||
|
@ -217,7 +217,7 @@ allocate_scratch_images (GdkScratchImageInfo *info,
|
||||
gint j;
|
||||
|
||||
for (j = 0; j < i; j++)
|
||||
g_object_unref (info->static_image[i]);
|
||||
g_object_unref (info->static_image[j]);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user