fix warning.

2000-01-20  Jonathan Blandford  <jrb@redhat.com>

	* libnautilus/nautilus-background.c
	(nautilus_background_draw_flat_box): fix warning.
This commit is contained in:
Jonathan Blandford 2000-01-20 22:45:07 +00:00 committed by Jonathan Blandford
parent e7df9b4e9b
commit 75cb3ed1f8
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2000-01-20 Jonathan Blandford <jrb@redhat.com>
* libnautilus/nautilus-background.c
(nautilus_background_draw_flat_box): fix warning.
2000-01-20 Elliot Lee <sopwith@redhat.com>
* src/ntl-uri-map.c: Async notification of navinfo - now we just need an async get_file_info call.

View file

@ -219,7 +219,7 @@ nautilus_background_draw_flat_box (GtkStyle *style,
int height)
{
gboolean call_parent;
NautilusBackground *background;
NautilusBackground *background = NULL;
GdkGC *gc;
GdkRectangle rectangle;

View file

@ -219,7 +219,7 @@ nautilus_background_draw_flat_box (GtkStyle *style,
int height)
{
gboolean call_parent;
NautilusBackground *background;
NautilusBackground *background = NULL;
GdkGC *gc;
GdkRectangle rectangle;

View file

@ -219,7 +219,7 @@ nautilus_background_draw_flat_box (GtkStyle *style,
int height)
{
gboolean call_parent;
NautilusBackground *background;
NautilusBackground *background = NULL;
GdkGC *gc;
GdkRectangle rectangle;