Get it compiing on Mac OS X.

svn path=/trunk/; revision=24999
This commit is contained in:
Michael Tüxen 2008-04-13 20:11:16 +00:00
parent e8203bb1b1
commit f1fedb6b73
1 changed files with 1 additions and 2 deletions

View File

@ -318,9 +318,8 @@ about_authors_page_new(void)
return page;
}
static gint about_folders_callback(GtkWidget *widget, GdkEventButton *event, gint id)
static gint about_folders_callback(GtkWidget *widget, GdkEventButton *event, gint id _U_)
{
gint row = 0, col = 0;
GtkTreeSelection *tree_selection;
GtkTreeModel *model;
GtkTreeIter iter;