diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-09 00:17:30 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:04 +0800 |
commit | ba499bfd6f960e26cd7776db7dd183137b705144 (patch) | |
tree | 8cfeece60df3d7b79046e5e279a43918b29b8e5c /ubuntu-online-accounts | |
parent | 42456ae2a2c758db70cc093679d05675293758cb (diff) | |
download | gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.gz gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.bz2 gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.lz gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.xz gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.zst gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.zip |
tp-account-widgets: rename all the files from empathy-* to tpaw-*
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r-- | ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c b/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c index 58074eecf..c0f29e2c7 100644 --- a/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c +++ b/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c @@ -21,7 +21,7 @@ #include "config.h" -#include "empathy-accounts-plugin-widget.h" +#include "tpaw-accounts-plugin-widget.h" #include <glib/gi18n-lib.h> @@ -30,7 +30,7 @@ #include <libaccounts-glib/ag-service.h> #include <libaccounts-glib/ag-account-service.h> -#include "empathy-account-widget.h" +#include "tpaw-account-widget.h" G_DEFINE_TYPE (EmpathyAccountsPluginWidget, empathy_accounts_plugin_widget, GTK_TYPE_BOX) |