diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-06 21:39:09 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:05 +0800 |
commit | 4e0f97a1942d1ae0b4b3846d43e3769fdb076b44 (patch) | |
tree | ef82dba3325ec71b80ed3deb7ed48fc130a36ddc /src | |
parent | 88819ece017f0693803f33bb560e4d01140174c1 (diff) | |
download | gsoc2013-empathy-4e0f97a1942d1ae0b4b3846d43e3769fdb076b44.tar.gz gsoc2013-empathy-4e0f97a1942d1ae0b4b3846d43e3769fdb076b44.tar.zst gsoc2013-empathy-4e0f97a1942d1ae0b4b3846d43e3769fdb076b44.zip |
tpaw-utils: move functions for protocol and service display information
The following functions were moved from empathy to tp-aw and renamed
accordingly:
* empathy_protocol_icon_name;
* empathy_protocol_name_to_display_name;
* empathy_service_name_to_display_name.
This commit also changes the licence of the moved code (all copyrighted
by Collabora Ltd.) from GPL to LGPL.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index bf3934502..42bf35d76 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -729,7 +729,7 @@ account_dialog_create_dialog_content (EmpathyAccountsDialog *dialog, gtk_image_set_from_icon_name (GTK_IMAGE (priv->image_type), icon_name, GTK_ICON_SIZE_DIALOG); gtk_widget_set_tooltip_text (priv->image_type, - empathy_protocol_name_to_display_name + tpaw_protocol_name_to_display_name (tpaw_account_settings_get_protocol (settings))); gtk_widget_show (priv->image_type); |