forked from AuroraMiddleware/gtk
Fix typo that used the wrong x/y values for the x1, y1 point
2003-12-18 Alexander Larsson <alexl@redhat.com> * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect): Fix typo that used the wrong x/y values for the x1, y1 point
This commit is contained in:
parent
bc6e2d5563
commit
0fe8b2d6d5
@ -1,3 +1,8 @@
|
||||
2003-12-18 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
|
||||
Fix typo that used the wrong x/y values for the x1, y1 point
|
||||
|
||||
Thu Dec 18 01:41:50 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-12-18 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
|
||||
Fix typo that used the wrong x/y values for the x1, y1 point
|
||||
|
||||
Thu Dec 18 01:41:50 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-12-18 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
|
||||
Fix typo that used the wrong x/y values for the x1, y1 point
|
||||
|
||||
Thu Dec 18 01:41:50 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-12-18 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
|
||||
Fix typo that used the wrong x/y values for the x1, y1 point
|
||||
|
||||
Thu Dec 18 01:41:50 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-12-18 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
|
||||
Fix typo that used the wrong x/y values for the x1, y1 point
|
||||
|
||||
Thu Dec 18 01:41:50 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
|
||||
|
@ -2370,7 +2370,7 @@ gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
|
||||
icon_info->data->x0, icon_info->data->y0,
|
||||
&scaled_x0, &scaled_y0);
|
||||
icon_info_scale_point (icon_info,
|
||||
icon_info->data->x0, icon_info->data->y0,
|
||||
icon_info->data->x1, icon_info->data->y1,
|
||||
&scaled_x1, &scaled_y1);
|
||||
|
||||
rectangle->x = scaled_x0;
|
||||
|
Loading…
Reference in New Issue
Block a user