mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
don't use deprecated gdk_gc_unref function.
Fri Jun 10 19:06:03 2005 Manish Singh <yosh@gimp.org> * gtk/gtktextdisplay.c (render_para): don't use deprecated gdk_gc_unref function.
This commit is contained in:
parent
43f263a031
commit
5a01db227e
@ -1,3 +1,8 @@
|
||||
Fri Jun 10 19:06:03 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktextdisplay.c (render_para): don't use deprecated
|
||||
gdk_gc_unref function.
|
||||
|
||||
2005-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Allow setting paragraph background. (#81045, Gustavo
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Jun 10 19:06:03 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktextdisplay.c (render_para): don't use deprecated
|
||||
gdk_gc_unref function.
|
||||
|
||||
2005-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Allow setting paragraph background. (#81045, Gustavo
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Jun 10 19:06:03 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktextdisplay.c (render_para): don't use deprecated
|
||||
gdk_gc_unref function.
|
||||
|
||||
2005-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Allow setting paragraph background. (#81045, Gustavo
|
||||
|
@ -548,7 +548,7 @@ render_para (GtkTextRenderer *text_renderer,
|
||||
screen_width,
|
||||
selection_height);
|
||||
|
||||
gdk_gc_unref (bg_gc);
|
||||
g_object_unref (bg_gc);
|
||||
}
|
||||
|
||||
text_renderer_set_selected (text_renderer, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user