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:
Manish Singh 2005-06-11 02:06:56 +00:00 committed by Manish Singh
parent 43f263a031
commit 5a01db227e
4 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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);