aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-13 17:43:05 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commiteaa41abfebc3fbf9c2d6a673940e36a4af008cac (patch)
tree33eb84184b61d47d7efe9147ecc37560f43b131d
parentfa2f3a41fd62737b803b9307b51415aa32dc6715 (diff)
downloadgsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar.gz
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar.bz2
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar.lz
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar.xz
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.tar.zst
gsoc2013-empathy-eaa41abfebc3fbf9c2d6a673940e36a4af008cac.zip
account-settings: fix a reference to empathy-account-widget.c
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--tp-account-widgets/tpaw-account-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-account-settings.c b/tp-account-widgets/tpaw-account-settings.c
index b97da2790..1559da4bf 100644
--- a/tp-account-widgets/tpaw-account-settings.c
+++ b/tp-account-widgets/tpaw-account-settings.c
@@ -86,7 +86,7 @@ struct _TpawAccountSettingsPriv
/* Keys are parameter names from the hash above (gchar *).
* Values are regular expresions that should match corresponding parameter
* values (GRegex *). Possible regexp patterns are defined in
- * empathy-account-widget.c */
+ * tpaw-account-widget.c */
GHashTable *param_regexps;
GArray *unset_parameters;
GList *required_params;