diff options
Diffstat (limited to 'calendar/main.h')
-rw-r--r-- | calendar/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/main.h b/calendar/main.h index 9b3557a99f..615b372acf 100644 --- a/calendar/main.h +++ b/calendar/main.h @@ -32,7 +32,7 @@ struct color_prop { extern struct color_prop color_props[]; /* Creates and runs the preferences dialog box */ -void properties (void); +void properties (GtkWidget *toplevel); /* Asks for all the time-related displays to be updated when the user changes the time format * preferences. |