]> git.0d.be Git - empathy.git/log
empathy.git
12 years agohindi update
Rajesh Ranjan [Wed, 14 Sep 2011 06:00:50 +0000 (11:30 +0530)]
hindi update

12 years agohindi update
Rajesh Ranjan [Wed, 14 Sep 2011 05:59:19 +0000 (11:29 +0530)]
hindi update

12 years agoUpdated Polish translation
Piotr Drąg [Tue, 13 Sep 2011 18:55:49 +0000 (20:55 +0200)]
Updated Polish translation

12 years agoupdated Tamil translation
Dr.T.Vasudevan [Tue, 13 Sep 2011 14:09:12 +0000 (19:39 +0530)]
updated Tamil translation

12 years agoupdated Tamil translation
Dr.T.Vasudevan [Tue, 13 Sep 2011 14:08:14 +0000 (19:38 +0530)]
updated Tamil translation

12 years agoindividual-widget: use GtkGrid instead of GtkTable internally
Cosimo Cecchi [Mon, 12 Sep 2011 20:52:34 +0000 (16:52 -0400)]
individual-widget: use GtkGrid instead of GtkTable internally

EmpathyIndividualWidget (used both in the contact information dialogs
and in the tooltips) use a GtkTable internally to layout contact
details.

GtkTable is being deprecated, and does not correctly support
width-for-height size negotiation. So, there are cases where we get
funny overallocations bugs for wrapping GtkLabels; this is especially
annoying for tooltips, as they tend to grow huge vertically.

Porting the code to use a better container such as GtkGrid solves the
bug. This patch does not cover all the use of GtkTable in
EmpathyIndividualWidget, but enough to fix the tooltip sizing.

https://bugzilla.gnome.org/show_bug.cgi?id=658857

12 years agoAccountChooser: don't return garbage from _set_account
Will Thompson [Fri, 9 Sep 2011 14:28:42 +0000 (15:28 +0100)]
AccountChooser: don't return garbage from _set_account

Previously, the 'set' field of the stack-allocated 'data' structure was
not initialized. It's explicitly set to TRUE if the account is found,
but never otherwise set; so if the account is not found, this function
returned random garbage.

Reviewed-by: Xavier Claessens <xclaesse@gmail.com>
12 years agonotifications-approver: move translators comment right before the string
Guillaume Desmottes [Tue, 13 Sep 2011 08:24:48 +0000 (10:24 +0200)]
notifications-approver: move translators comment right before the string

Comments have to be on the line just before the string to be picked by
gettext.

https://bugzilla.gnome.org/show_bug.cgi?id=658866

12 years agotheme-adium: ensure we always use the same color when sending messages
Guillaume Desmottes [Mon, 12 Sep 2011 14:58:46 +0000 (16:58 +0200)]
theme-adium: ensure we always use the same color when sending messages

https://bugzilla.gnome.org/show_bug.cgi?id=658821

12 years agorename text/{persona,individual}-id as they are not standard
Guillaume Desmottes [Mon, 12 Sep 2011 14:10:13 +0000 (16:10 +0200)]
rename text/{persona,individual}-id as they are not standard

https://bugzilla.gnome.org/show_bug.cgi?id=648315

12 years agoupdate Simplified Chinese (zh_CN) translation; fix format
Yinghua Wang [Tue, 13 Sep 2011 04:58:53 +0000 (12:58 +0800)]
update Simplified Chinese (zh_CN) translation; fix format

12 years agoindividual-manager: Port to the new individuals_changed_detailed signal
Philip Withnall [Mon, 29 Aug 2011 19:43:22 +0000 (20:43 +0100)]
individual-manager: Port to the new individuals_changed_detailed signal

Closes: bgo#657746
12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 12 Sep 2011 18:50:33 +0000 (20:50 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Swedish translation
Daniel Nylander [Mon, 12 Sep 2011 15:55:01 +0000 (17:55 +0200)]
Updated Swedish translation

12 years agoindividual-manager: dup the Individual ID instead of borrowing it
Guillaume Desmottes [Mon, 12 Sep 2011 13:15:07 +0000 (15:15 +0200)]
individual-manager: dup the Individual ID instead of borrowing it

It's not immutable any more so we have to copy the string.

https://bugzilla.gnome.org/show_bug.cgi?id=658573

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 11 Sep 2011 21:41:08 +0000 (00:41 +0300)]
Updated Latvian translation.

12 years agoUpdated Spanish translation
Jorge González [Sun, 11 Sep 2011 09:47:52 +0000 (11:47 +0200)]
Updated Spanish translation

12 years agoUpdated Spanish translation
Jorge González [Sat, 10 Sep 2011 09:12:19 +0000 (11:12 +0200)]
Updated Spanish translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Sat, 10 Sep 2011 08:49:12 +0000 (10:49 +0200)]
Updated Spanish translation

12 years agoUpdated galician translations
Fran Dieguez [Sat, 10 Sep 2011 01:36:36 +0000 (03:36 +0200)]
Updated galician translations

12 years agoUpdated Czech translation
Marek Černocký [Fri, 9 Sep 2011 20:21:30 +0000 (22:21 +0200)]
Updated Czech translation

12 years agoUpdated Dutch translation by Hannie Dumoleyn
Hannie Dumoleyn [Fri, 9 Sep 2011 16:38:57 +0000 (18:38 +0200)]
Updated Dutch translation by Hannie Dumoleyn

12 years agoupdate PunjabiTranslation
A S Alam [Fri, 9 Sep 2011 14:36:20 +0000 (20:06 +0530)]
update PunjabiTranslation

12 years agoUpdated galician translations for docs
Fran Dieguez [Fri, 9 Sep 2011 12:54:49 +0000 (14:54 +0200)]
Updated galician translations for docs

12 years agoUpdated Brazilian Portuguese translation.
Antonio Fernandes C. Neto [Fri, 9 Sep 2011 12:37:19 +0000 (08:37 -0400)]
Updated Brazilian Portuguese translation.

12 years agodup_color_balance: check that element currently implements GstColorBalance
Guillaume Desmottes [Fri, 9 Sep 2011 11:45:31 +0000 (13:45 +0200)]
dup_color_balance: check that element currently implements GstColorBalance

https://bugzilla.gnome.org/show_bug.cgi?id=658584

12 years agovideo-src: factor out dup_color_balance()
Guillaume Desmottes [Fri, 9 Sep 2011 11:39:44 +0000 (13:39 +0200)]
video-src: factor out dup_color_balance()

https://bugzilla.gnome.org/show_bug.cgi?id=658584

12 years agoBecause we like whales
Xavier Claessens [Fri, 9 Sep 2011 10:29:35 +0000 (12:29 +0200)]
Because we like whales

12 years agoindividual_store_remove_individual: ensure that the store stays alive during the...
Guillaume Desmottes [Fri, 9 Sep 2011 10:51:33 +0000 (12:51 +0200)]
individual_store_remove_individual: ensure that the store stays alive during the process

https://bugzilla.gnome.org/show_bug.cgi?id=658644

12 years agocontact_list_store_remove_contact: ensure that the store stays alive during the process
Guillaume Desmottes [Fri, 9 Sep 2011 10:49:46 +0000 (12:49 +0200)]
contact_list_store_remove_contact: ensure that the store stays alive during the process

https://bugzilla.gnome.org/show_bug.cgi?id=658644

12 years agoRequire Clutter 1.7 for empathy-call
Emilio Pozuelo Monfort [Fri, 9 Sep 2011 10:48:05 +0000 (11:48 +0100)]
Require Clutter 1.7 for empathy-call

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 9 Sep 2011 10:04:47 +0000 (13:04 +0300)]
Updated Hebrew translation.

12 years ago[l10n] Updated Italian translation
Milo Casagrande [Thu, 8 Sep 2011 20:33:24 +0000 (22:33 +0200)]
[l10n] Updated Italian translation

12 years agoUpdated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 19:54:07 +0000 (21:54 +0200)]
Updated Polish translation

12 years agoAdded British English translation
Bruce Cowan [Thu, 8 Sep 2011 15:28:01 +0000 (16:28 +0100)]
Added British English translation

12 years agofactor out empathy_get_tp_contact_for_individual
Guillaume Desmottes [Thu, 8 Sep 2011 15:02:44 +0000 (17:02 +0200)]
factor out empathy_get_tp_contact_for_individual

12 years agoMerge branch '657335-Preferences-Calls-Tab'
Will Thompson [Thu, 8 Sep 2011 12:15:53 +0000 (13:15 +0100)]
Merge branch '657335-Preferences-Calls-Tab'

12 years agolog-window: sort "Who" list store alphabetically
Jussi Kukkonen [Tue, 6 Sep 2011 08:50:35 +0000 (11:50 +0300)]
log-window: sort "Who" list store alphabetically

Currently "Who"-list is sorted with "g_strcmp0 (name)" which
is not what we want (e.g. "Chris" becomes before "bob" because of
the initial capital letter).

Start sorting using g_utf8_collate_key().

https://bugzilla.gnome.org/show_bug.cgi?id=658336

12 years agoUpdate Finnish translation
Timo Jyrinki [Thu, 8 Sep 2011 10:41:45 +0000 (13:41 +0300)]
Update Finnish translation

12 years agoUpdated Czech translation
Marek Černocký [Thu, 8 Sep 2011 08:55:28 +0000 (10:55 +0200)]
Updated Czech translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Thu, 8 Sep 2011 06:09:08 +0000 (10:09 +0400)]
Updated Russian translation

12 years agoUpdated asturian translation
Xandru Armesto [Wed, 7 Sep 2011 15:36:13 +0000 (17:36 +0200)]
Updated asturian translation

12 years agoUpdated Indonesian translation
Andika Triwidada [Wed, 7 Sep 2011 13:58:11 +0000 (20:58 +0700)]
Updated Indonesian translation

12 years agoupdate_geocode: don't try to get position if location is empty
Guillaume Desmottes [Wed, 7 Sep 2011 10:05:52 +0000 (12:05 +0200)]
update_geocode: don't try to get position if location is empty

geocode-glib won't be able to much if contact's location dict is empty.

12 years agoUpdated galician translations
Fran Dieguez [Wed, 7 Sep 2011 00:34:25 +0000 (02:34 +0200)]
Updated galician translations

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Tue, 6 Sep 2011 22:40:08 +0000 (01:40 +0300)]
Updated Belarusian translation.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 6 Sep 2011 19:53:02 +0000 (21:53 +0200)]
Updated Norwegian bokmål translation

12 years ago[l10n] Updated German doc translation
Mario Blättermann [Tue, 6 Sep 2011 18:56:36 +0000 (20:56 +0200)]
[l10n] Updated German doc translation

12 years agoUpdated Spanish translation
Jorge González [Tue, 6 Sep 2011 18:04:21 +0000 (20:04 +0200)]
Updated Spanish translation

12 years agoContactSelector: mark standard action as the default.
Will Thompson [Tue, 6 Sep 2011 10:25:26 +0000 (11:25 +0100)]
ContactSelector: mark standard action as the default.

This allows Gtk+ to style the button differently to indicate that it
will be pressed when the user hits Enter; it also fixes hitting enter in
the New Conversation dialog, which does not consider GTK_RESPONSE_ACCEPT
to be a reasonable response and ignores it. So we get a bug fix and
better styling in exchange for less code!

https://bugzilla.gnome.org/show_bug.cgi?id=658343

12 years agoIndividualManager: disconnect handler from aggregator
Will Thompson [Tue, 6 Sep 2011 10:06:30 +0000 (11:06 +0100)]
IndividualManager: disconnect handler from aggregator

Previously, the handler for
FolksIndividualAggregator::individuals-changed was never disconnected;
thus it could be called after EmpathyIndividualManager dies (if its
aggregator outlives it), and crash us.

https://bugzilla.gnome.org/show_bug.cgi?id=658340

12 years agouse champlain 0.12
Guillaume Desmottes [Tue, 6 Sep 2011 16:55:34 +0000 (18:55 +0200)]
use champlain 0.12

https://bugzilla.gnome.org/show_bug.cgi?id=658341

12 years agoimport: prevent haze to be used for irc
Alban Browaeys [Wed, 31 Aug 2011 13:13:33 +0000 (15:13 +0200)]
import: prevent haze to be used for irc

Prevent haze to be used for irc even if sole connection
manager to support it.
Reworked by Guillaume Desmottes <gdesmott@gnome.org> .

https://bugzilla.gnome.org/show_bug.cgi?id=657818

12 years agoindividual-store: use Folks directly to watch is-favourite changes
Guillaume Desmottes [Tue, 6 Sep 2011 16:18:05 +0000 (18:18 +0200)]
individual-store: use Folks directly to watch is-favourite changes

We already use it to check if a contact is in favourite or not.
The contact manager should probably be killed at some point any way.

12 years agoPreferences: explain what echo cancellation means
Will Thompson [Tue, 6 Sep 2011 10:49:05 +0000 (11:49 +0100)]
Preferences: explain what echo cancellation means

12 years agoUpdated POTFILES.in
Piotr Drąg [Tue, 6 Sep 2011 15:35:53 +0000 (17:35 +0200)]
Updated POTFILES.in

12 years agoTpChat: don't crash with broken TpProperties implementations
Will Thompson [Tue, 6 Sep 2011 14:52:34 +0000 (15:52 +0100)]
TpChat: don't crash with broken TpProperties implementations

I forgot to take the Telepathy.Properties interface out of Gabble when I
removed Telepathy.Properties support from it. So Empathy called
ListProperties() on it anyway: fine, you might think, except the
callback set priv->had_properties_list to TRUE even if the method
returned an error. empathy_tp_chat_set_property() and
empathy_tp_chat_get_property() assume that if priv->had_properties_list is
TRUE, priv->properties is not NULL.

While I hope that we can delete this code entirely pretty soon, getting
this crash fix in seems like a good idea.

Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoPreferences: reindent .ui file for Theme tab
Will Thompson [Thu, 25 Aug 2011 15:03:37 +0000 (16:03 +0100)]
Preferences: reindent .ui file for Theme tab

There are no XML changes in this commit, just indentation changes.

12 years agoPreferences: remove Appearance label in Themes tab.
Will Thompson [Thu, 25 Aug 2011 15:02:14 +0000 (16:02 +0100)]
Preferences: remove Appearance label in Themes tab.

This label doesn't add anything, so I removed it. The indentation is
weird because I hand-edited the Glade file to show that nothing's really
changed: I'll reindent it in the next patch.

12 years agoCall preferences: add colons to labels
Will Thompson [Thu, 25 Aug 2011 14:40:17 +0000 (15:40 +0100)]
Call preferences: add colons to labels

12 years agoMerge branch 'remove-cc-plugin'
Danielle Madeley [Tue, 6 Sep 2011 08:54:03 +0000 (18:54 +1000)]
Merge branch 'remove-cc-plugin'

12 years agoremove release flag
Guillaume Desmottes [Tue, 6 Sep 2011 08:22:53 +0000 (10:22 +0200)]
remove release flag

12 years agoprepare 3.1.91
Guillaume Desmottes [Tue, 6 Sep 2011 08:08:34 +0000 (10:08 +0200)]
prepare 3.1.91

12 years agoUpdated Persian translation
Arash Mousavi [Tue, 6 Sep 2011 07:47:43 +0000 (12:17 +0430)]
Updated Persian translation

12 years agoUpdated Persian translation
Arash Mousavi [Tue, 6 Sep 2011 07:38:47 +0000 (12:08 +0430)]
Updated Persian translation

12 years agobuild fix
Guillaume Desmottes [Tue, 6 Sep 2011 07:23:45 +0000 (09:23 +0200)]
build fix

How did I end up commiting this without the ';'??

12 years agoempathy_contact_dup_from_folks_individual: add a debug msg if no contact is found
Guillaume Desmottes [Tue, 6 Sep 2011 07:03:07 +0000 (09:03 +0200)]
empathy_contact_dup_from_folks_individual: add a debug msg if no contact is found

In most cases that's probably either an Empathy or Folks issue, so it's good
to have some info to help debugging.

12 years agoempathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel
Guillaume Desmottes [Mon, 5 Sep 2011 14:30:50 +0000 (16:30 +0200)]
empathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel

We can't integrate with GNOME control center any more.

https://bugzilla.gnome.org/show_bug.cgi?id=658254

12 years agodon't leak the keys returned by g_key_file_get_keys()
Guillaume Desmottes [Mon, 5 Sep 2011 14:01:44 +0000 (16:01 +0200)]
don't leak the keys returned by g_key_file_get_keys()

12 years agomcp_account_manager_goa_get: rename 'n' to nkeys
Guillaume Desmottes [Mon, 5 Sep 2011 13:55:53 +0000 (15:55 +0200)]
mcp_account_manager_goa_get: rename 'n' to nkeys

12 years agoStore variable parameters to a key file
Guillaume Desmottes [Fri, 2 Sep 2011 12:26:46 +0000 (14:26 +0200)]
Store variable parameters to a key file

12 years agowatch for chat properties change to detect if Chat has enabled/disabled
Guillaume Desmottes [Thu, 1 Sep 2011 12:03:24 +0000 (14:03 +0200)]
watch for chat properties change to detect if Chat has enabled/disabled

12 years agoset TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction
Guillaume Desmottes [Wed, 31 Aug 2011 14:04:30 +0000 (16:04 +0200)]
set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction

We can't change the 'Chat' switch on the GOA account so user will have to use
GOA to enable/disable the TP account.

12 years agoRemove old Facebook code
Guillaume Desmottes [Wed, 31 Aug 2011 12:58:08 +0000 (14:58 +0200)]
Remove old Facebook code

Add a TODO for now.

12 years agowatch for Chat feature changes to enable/disable the account
Guillaume Desmottes [Wed, 31 Aug 2011 12:54:49 +0000 (14:54 +0200)]
watch for Chat feature changes to enable/disable the account

12 years agomcp_account_manager_goa_set: pretend we save everything
Guillaume Desmottes [Wed, 31 Aug 2011 12:43:10 +0000 (14:43 +0200)]
mcp_account_manager_goa_set: pretend we save everything

No doing it result in MC saving the keys in accounts.cfg and so duplicating
the account.

12 years agoEnable TP account only if Chat has been turned on in GOA
Guillaume Desmottes [Wed, 31 Aug 2011 12:22:36 +0000 (14:22 +0200)]
Enable TP account only if Chat has been turned on in GOA

12 years agostore the GoaObject rather than the GoaAccount
Guillaume Desmottes [Wed, 31 Aug 2011 12:09:47 +0000 (14:09 +0200)]
store the GoaObject rather than the GoaAccount

We need to keep the GoaObject to check if Chat is enabled on it.

12 years agoAdd params fallback-servers, extra-certificate-identities and require-encryption
Danielle Madeley [Wed, 29 Jun 2011 06:56:49 +0000 (14:56 +0800)]
Add params fallback-servers, extra-certificate-identities and require-encryption

12 years agoDocument hashtable allocation/reffing
Danielle Madeley [Wed, 29 Jun 2011 06:39:11 +0000 (14:39 +0800)]
Document hashtable allocation/reffing

12 years agoTrack accounts created and destroyed from GOA
Danielle Madeley [Tue, 14 Jun 2011 17:37:30 +0000 (18:37 +0100)]
Track accounts created and destroyed from GOA

12 years agoSupport launching GNOME Online Accounts in empathy-accounts
Danielle Madeley [Tue, 14 Jun 2011 17:28:54 +0000 (18:28 +0100)]
Support launching GNOME Online Accounts in empathy-accounts

12 years agoInitial work on a GNOME Online Accounts Mission Control plugin
Danielle Madeley [Tue, 14 Jun 2011 16:18:58 +0000 (17:18 +0100)]
Initial work on a GNOME Online Accounts Mission Control plugin

12 years agoUpdated Spanish translation
Jorge González [Mon, 5 Sep 2011 21:29:57 +0000 (23:29 +0200)]
Updated Spanish translation

12 years agohelp/share-desktop: Updated and improved wording
Ekaterina Gerasimova [Mon, 5 Sep 2011 18:32:57 +0000 (20:32 +0200)]
help/share-desktop: Updated and improved wording

Changed "desktop viewing application" to "desktop sharing application"
when talking about a VNC server. Simplified language, improved grammar
and word order.

12 years agoUpdated Dutch translation by Hannie Dumoleyn
Hannie Dumoleyn [Mon, 5 Sep 2011 18:01:38 +0000 (20:01 +0200)]
Updated Dutch translation by Hannie Dumoleyn

12 years agoUpdated galician translations
Fran Dieguez [Sun, 4 Sep 2011 16:46:02 +0000 (18:46 +0200)]
Updated galician translations

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 15:37:59 +0000 (18:37 +0300)]
Updated Belarusian translation.

12 years agoUpdated Spanish translation
Jorge González [Sat, 3 Sep 2011 18:33:48 +0000 (20:33 +0200)]
Updated Spanish translation

12 years agohelp/irc-manage: Add install link for telepathy-idle
Shaun McCance [Sat, 3 Sep 2011 17:49:07 +0000 (13:49 -0400)]
help/irc-manage: Add install link for telepathy-idle

12 years agomain-window: add back the primary-toolbar hint
Cosimo Cecchi [Thu, 1 Sep 2011 17:55:38 +0000 (13:55 -0400)]
main-window: add back the primary-toolbar hint

https://bugzilla.gnome.org/show_bug.cgi?id=657956

12 years agolog-window: add the "raised" style class to the account chooser
Cosimo Cecchi [Thu, 1 Sep 2011 16:26:29 +0000 (12:26 -0400)]
log-window: add the "raised" style class to the account chooser

So that it raises up from the toolbar below.

https://bugzilla.gnome.org/show_bug.cgi?id=657954

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Fri, 2 Sep 2011 17:59:27 +0000 (20:59 +0300)]
Updated Belarusian translation.

12 years agoUse format-justify-fill everywhere
Emilio Pozuelo Monfort [Fri, 2 Sep 2011 11:43:29 +0000 (12:43 +0100)]
Use format-justify-fill everywhere

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agoLogWindow: fix toolbar icons
Emilio Pozuelo Monfort [Thu, 1 Sep 2011 10:18:08 +0000 (11:18 +0100)]
LogWindow: fix toolbar icons

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agolog-window: align the account chooser and search widget
Guillaume Desmottes [Thu, 1 Sep 2011 14:01:37 +0000 (16:01 +0200)]
log-window: align the account chooser and search widget

Center the account chooser and align the search widget to the right of the
toolbar.

https://bugzilla.gnome.org/show_bug.cgi?id=657842

12 years agoempathy_connection_can_*_personas: check if connection is connected
Guillaume Desmottes [Tue, 30 Aug 2011 08:44:02 +0000 (10:44 +0200)]
empathy_connection_can_*_personas: check if connection is connected

https://bugzilla.gnome.org/show_bug.cgi?id=657266

12 years agoFixes a segfault in empathy-individual-store.c
Cosimo Alfarano [Wed, 31 Aug 2011 16:28:35 +0000 (17:28 +0100)]
Fixes a segfault in empathy-individual-store.c

When a contact cannot be obtained from an individual, icon_name and
contact will be NULL, leading to g_hash_table_lookup for a NULL-value,
segfaulting.

Although there's probably an underlying error somewhere, the NULL case
should be handled, being a valid return value for the method;

https://bugzilla.gnome.org/show_bug.cgi?id=657914

12 years agoUpdated Tamil translation
Dr.T.Vasudevan [Fri, 2 Sep 2011 10:34:03 +0000 (16:04 +0530)]
Updated Tamil translation

12 years agoRemove control centre plugin
Danielle Madeley [Fri, 2 Sep 2011 02:27:04 +0000 (12:27 +1000)]
Remove control centre plugin

GNOME no longer supports control centre plugins, and it was decided at the
hackfest that empathy-accounts should not appear in the control centre.