Fix various warnings

This commit is contained in:
whydoubt
2005-01-05 13:48:34 +00:00
parent f09f9438d3
commit c1e36db86f
17 changed files with 166 additions and 96 deletions

View File

@@ -28,7 +28,7 @@ typedef struct GMdbDataWindow {
static GList *window_list;
/* callbacks */
gint
static gint
gmdb_table_data_close(GtkWidget *w, GdkEvent *event, GMdbDataWindow *dataw)
{
window_list = g_list_remove(window_list, dataw);