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:
parent
3daf545d0c
commit
26801cccd6
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -74,7 +74,7 @@ static GSList *ignore_hosts = NULL;
|
|||
static GtkTreeModel *model = NULL;
|
||||
|
||||
static GtkTreeModel *
|
||||
create_listmodel()
|
||||
create_listmodel(void)
|
||||
{
|
||||
GtkListStore *store;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue