mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Don't leak the temporary font description. (Nils O. Selåsdal)
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): Don't leak the temporary font description. (Nils O. Selåsdal)
This commit is contained in:
parent
b1ab3fe2a8
commit
cc77c2c8b7
@ -1,3 +1,8 @@
|
||||
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
|
||||
Don't leak the temporary font description. (Nils O. Selåsdal)
|
||||
|
||||
Mon Mar 15 12:51:17 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
|
||||
Don't leak the temporary font description. (Nils O. Selåsdal)
|
||||
|
||||
Mon Mar 15 12:51:17 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
|
||||
Don't leak the temporary font description. (Nils O. Selåsdal)
|
||||
|
||||
Mon Mar 15 12:51:17 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
|
||||
Don't leak the temporary font description. (Nils O. Selåsdal)
|
||||
|
||||
Mon Mar 15 12:51:17 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Mar 15 13:50:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
|
||||
Don't leak the temporary font description. (Nils O. Selåsdal)
|
||||
|
||||
Mon Mar 15 12:51:17 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Only show
|
||||
|
@ -982,6 +982,8 @@ gtk_cell_renderer_text_set_property (GObject *object,
|
||||
font_desc = pango_font_description_from_string (name);
|
||||
|
||||
set_font_description (celltext, font_desc);
|
||||
|
||||
pango_font_description_free (font_desc);
|
||||
|
||||
if (celltext->fixed_height_rows != -1)
|
||||
celltext->calc_fixed_height = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user