mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix a wrong blurb. (#155838, Morten Welinder)
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Fix a wrong blurb. (#155838, Morten Welinder)
This commit is contained in:
parent
4be48e0e58
commit
3363b6e35e
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
||||||
|
Fix a wrong blurb. (#155838, Morten Welinder)
|
||||||
|
|
||||||
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Implement icon theme caching. (#154034, Martijn Vernooij,
|
Implement icon theme caching. (#154034, Martijn Vernooij,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
||||||
|
Fix a wrong blurb. (#155838, Morten Welinder)
|
||||||
|
|
||||||
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Implement icon theme caching. (#154034, Martijn Vernooij,
|
Implement icon theme caching. (#154034, Martijn Vernooij,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
||||||
|
Fix a wrong blurb. (#155838, Morten Welinder)
|
||||||
|
|
||||||
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Implement icon theme caching. (#154034, Martijn Vernooij,
|
Implement icon theme caching. (#154034, Martijn Vernooij,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
||||||
|
Fix a wrong blurb. (#155838, Morten Welinder)
|
||||||
|
|
||||||
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
2004-10-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Implement icon theme caching. (#154034, Martijn Vernooij,
|
Implement icon theme caching. (#154034, Martijn Vernooij,
|
||||||
|
@ -471,7 +471,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
|
|||||||
P_("Whether this tag affects the language the text is rendered as"));
|
P_("Whether this tag affects the language the text is rendered as"));
|
||||||
|
|
||||||
ADD_SET_PROP ("ellipsize_set", PROP_ELLIPSIZE_SET,
|
ADD_SET_PROP ("ellipsize_set", PROP_ELLIPSIZE_SET,
|
||||||
P_("Language set"),
|
P_("Ellipsize set"),
|
||||||
P_("Whether this tag affects the ellipsize mode"));
|
P_("Whether this tag affects the ellipsize mode"));
|
||||||
|
|
||||||
text_cell_renderer_signals [EDITED] =
|
text_cell_renderer_signals [EDITED] =
|
||||||
|
Loading…
Reference in New Issue
Block a user