aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:20:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:20:32 +0800
commit9de705f0c9be2f3b92871f2a8f381e27846f3bdb (patch)
treebdf36edba8b634e7b779f53602c6e447c2952b20 /libempathy-gtk
parente5bc1aeeb989f123c274a9becf3a9e2303c8a6b9 (diff)
downloadgsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar.gz
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar.bz2
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar.lz
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar.xz
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.tar.zst
gsoc2013-empathy-9de705f0c9be2f3b92871f2a8f381e27846f3bdb.zip
fix FT client side code as the generated code changed
svn path=/trunk/; revision=1843
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-ft-manager.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c
index 53b69fb48..9064a518d 100644
--- a/libempathy-gtk/empathy-ft-manager.c
+++ b/libempathy-gtk/empathy-ft-manager.c
@@ -189,7 +189,7 @@ ft_manager_update_buttons (EmpathyFTManager *ft_manager)
}
else if (empathy_tp_file_get_state (tp_file) ==
- EMP_FILE_TRANSFER_STATE_CANCELED)
+ EMP_FILE_TRANSFER_STATE_CANCELLED)
{
open_enabled = FALSE;
abort_enabled = FALSE;
@@ -323,7 +323,7 @@ ft_manager_update_ft_row (EmpathyFTManager *ft_manager,
break;
- case EMP_FILE_TRANSFER_STATE_CANCELED:
+ case EMP_FILE_TRANSFER_STATE_CANCELLED:
if (empathy_tp_file_get_incoming (tp_file))
/* translators: first %s is filename, second %s
* is the contact name */
@@ -355,7 +355,7 @@ ft_manager_update_ft_row (EmpathyFTManager *ft_manager,
if (remaining < 0)
{
if (state == EMP_FILE_TRANSFER_STATE_COMPLETED ||
- state == EMP_FILE_TRANSFER_STATE_CANCELED)
+ state == EMP_FILE_TRANSFER_STATE_CANCELLED)
remaining_str = g_strdup ("");
else
/* translators: the text before the "|" is context to
@@ -528,7 +528,7 @@ ft_manager_clear_foreach_cb (gpointer key,
switch (empathy_tp_file_get_state (tp_file))
{
case EMP_FILE_TRANSFER_STATE_COMPLETED:
- case EMP_FILE_TRANSFER_STATE_CANCELED:
+ case EMP_FILE_TRANSFER_STATE_CANCELLED:
*list = g_slist_append (*list, tp_file);
break;
default:
@@ -575,7 +575,7 @@ ft_manager_state_changed_cb (EmpathyTpFile *tp_file,
gtk_recent_manager_add_item (manager, uri);
}
- case EMP_FILE_TRANSFER_STATE_CANCELED:
+ case EMP_FILE_TRANSFER_STATE_CANCELLED:
/* Automatically remove file transfers if the
* window if not visible. */
/* FIXME how do the user know if the file transfer