diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-18 00:20:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-18 00:20:39 +0800 |
commit | ce6762cbde1477e767528c2c704a91539204e6c3 (patch) | |
tree | 7e712b2a116a70a8768b082984cdf3cbefdfd0a3 /addressbook | |
parent | 73656ae57ee8a42678e09b07c5d85fe45b9844a6 (diff) | |
download | gsoc2013-evolution-ce6762cbde1477e767528c2c704a91539204e6c3.tar.gz gsoc2013-evolution-ce6762cbde1477e767528c2c704a91539204e6c3.tar.zst gsoc2013-evolution-ce6762cbde1477e767528c2c704a91539204e6c3.zip |
Build fixes
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/widgets/eab-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h index ee99f64626..36134c08e7 100644 --- a/addressbook/gui/widgets/eab-config.h +++ b/addressbook/gui/widgets/eab-config.h @@ -74,7 +74,7 @@ GType eab_config_get_type (void); EABConfig *eab_config_new (gint type, const gchar *menuid); EABConfigTargetSource *eab_config_target_new_source (EABConfig *ecp, ESource *source); -EABConfigTargetPrefs *eab_config_target_new_prefs (EABConfig *ecp, GConfClient *gconf); +EABConfigTargetPrefs *eab_config_target_new_prefs (EABConfig *ecp, GSettings *settings); G_END_DECLS |