Fix a sparse warning.
2005-02-18 Kjartan Maraas <kmaraas@gnome.org> * control-center.c: (create_control_center): Fix a sparse warning.
This commit is contained in:
parent
e02e5ab5d0
commit
31cff08c22
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-02-18 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* control-center.c: (create_control_center): Fix a
|
||||
sparse warning.
|
||||
|
||||
2005-02-03 Chris Lahey <clahey@boston.ximian.com>
|
||||
|
||||
* control-center-categories.c (control_center_get_information):
|
||||
|
|
|
@ -1037,7 +1037,7 @@ canvas_draw_background (GnomeCanvas *canvas, GdkDrawable *drawable,
|
|||
}
|
||||
|
||||
static ControlCenter *
|
||||
create_control_center ()
|
||||
create_control_center (void)
|
||||
{
|
||||
ControlCenter *cc;
|
||||
GtkWidget *scroll_window;
|
||||
|
|
Loading…
Add table
Reference in a new issue