diff options
author | Spiros Papadimitriou <spapadim@src.gnome.org> | 1999-07-31 00:07:36 +0000 |
---|---|---|
committer | Spiros Papadimitriou <spapadim@src.gnome.org> | 1999-07-31 00:07:36 +0000 |
commit | 551457fdd1ebb632f0f84a40df3cbfe1e50013a1 (patch) | |
tree | 829894aec1c328bcc6814dd78262817fba2432ff /gweather/gweather-applet.h | |
parent | 0782debc23085a41c1dbc0ce7bc145af47313861 (diff) |
- Save config properly, so multiple applets do not interfere with each
other (it was about time... ;-).
Diffstat (limited to 'gweather/gweather-applet.h')
-rw-r--r-- | gweather/gweather-applet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gweather/gweather-applet.h b/gweather/gweather-applet.h index 6373ea663..dcf4af86b 100644 --- a/gweather/gweather-applet.h +++ b/gweather/gweather-applet.h @@ -21,8 +21,8 @@ extern WeatherInfo *gweather_info; extern void gweather_applet_create(int argc, char *argv[]); extern void gweather_update (void); -extern void gweather_info_load (void); -extern void gweather_info_save (void); +extern void gweather_info_load (const gchar *path); +extern void gweather_info_save (const gchar *path); #endif /* __GWEATHER_APPLET_H_ */ |