diff options
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 9dea442f2..df3a64c9d 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -482,14 +482,7 @@ presence_chooser_changed_cb (GtkComboBox *self, gpointer user_data) icon_name); /* preseed the status */ - if (priv->editing_status) - { - /* if the user is already in editing mode and changes - * the status type, preseed the text they've already - * entered */ - /* FIXME: make this work */ - } - else if (priv->previous_type == ENTRY_TYPE_BUILTIN) + if (priv->previous_type == ENTRY_TYPE_BUILTIN) { /* if their previous entry was a builtin, don't * preseed */ |