mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
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:
parent
e7df9b4e9b
commit
75cb3ed1f8
4 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue