Sparse warning fix.

2007-01-29  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-network-preferences.c: (create_listmodel):
	Sparse warning fix.

svn path=/trunk/; revision=7199
This commit is contained in:
Kjartan Maraas 2007-01-29 09:20:43 +00:00 committed by Kjartan Maraas
parent 3daf545d0c
commit 26801cccd6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* gnome-network-preferences.c: (create_listmodel):
Sparse warning fix.
2007-01-06 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-network-preferences.glade: added missing mnemonic.

View file

@ -74,7 +74,7 @@ static GSList *ignore_hosts = NULL;
static GtkTreeModel *model = NULL;
static GtkTreeModel *
create_listmodel()
create_listmodel(void)
{
GtkListStore *store;