about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-16 18:13:22 +0000
committerJames Booth <boothj5@gmail.com>2014-01-16 18:13:22 +0000
commit9f6d6d44cc2bc0d883f2c7b561049910f5317b7e (patch)
tree0caa0d6c9bee1175206155b54b766c426b04a7a2 /src/command/commands.c
parentb0e727a7eff651c2d6f37daf76abd5b791458603 (diff)
downloadprofani-tty-9f6d6d44cc2bc0d883f2c7b561049910f5317b7e.tar.gz
Renamed title_bar_set_status -> title_bar_set_presence
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 6285254c..6adec3c5 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2470,7 +2470,7 @@ _update_presence(const resource_presence_t resource_presence,
         presence_update(resource_presence, msg, 0);
 
         contact_presence_t contact_presence = contact_presence_from_resource_presence(resource_presence);
-        title_bar_set_status(contact_presence);
+        title_bar_set_presence(contact_presence);
 
         gint priority = accounts_get_priority_for_presence_type(jabber_get_account_name(), resource_presence);
         if (msg != NULL) {