mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove unused strings from the ruler_metrics structs, to avoid
2006-04-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkruler.c: Remove unused strings from the ruler_metrics structs, to avoid relocations. (#336917, Stephane Chauveau)
This commit is contained in:
parent
d86b57208f
commit
58daa1a3f2
@ -1,3 +1,8 @@
|
||||
2006-04-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkruler.c: Remove unused strings from the ruler_metrics
|
||||
structs, to avoid relocations. (#336917, Stephane Chauveau)
|
||||
|
||||
2006-04-02 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||
|
||||
* gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-04-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkruler.c: Remove unused strings from the ruler_metrics
|
||||
structs, to avoid relocations. (#336917, Stephane Chauveau)
|
||||
|
||||
2006-04-02 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||
|
||||
* gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
|
||||
|
@ -61,9 +61,9 @@ static GtkWidgetClass *parent_class;
|
||||
|
||||
static const GtkRulerMetric ruler_metrics[] =
|
||||
{
|
||||
{"Pixels", "Pi", 1.0, { 1, 2, 5, 10, 25, 50, 100, 250, 500, 1000 }, { 1, 5, 10, 50, 100 }},
|
||||
{"Inches", "In", 72.0, { 1, 2, 4, 8, 16, 32, 64, 128, 256, 512 }, { 1, 2, 4, 8, 16 }},
|
||||
{"Centimeters", "Cn", 28.35, { 1, 2, 5, 10, 25, 50, 100, 250, 500, 1000 }, { 1, 5, 10, 50, 100 }},
|
||||
{ NULL, NULL, 1.0, { 1, 2, 5, 10, 25, 50, 100, 250, 500, 1000 }, { 1, 5, 10, 50, 100 }},
|
||||
{ NULL, NULL, 72.0, { 1, 2, 4, 8, 16, 32, 64, 128, 256, 512 }, { 1, 2, 4, 8, 16 }},
|
||||
{ NULL, NULL, 28.35, { 1, 2, 5, 10, 25, 50, 100, 250, 500, 1000 }, { 1, 5, 10, 50, 100 }},
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user