From: Davyd Madeley Date: Fri, 10 Apr 2009 16:54:52 +0000 (+0000) Subject: Drop this, it breaks something subtly X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=540fc19b7a47f248784667b91c9ae334286064cb Drop this, it breaks something subtly From: Davyd Madeley svn path=/trunk/; revision=2797 --- diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 9dea442f..df3a64c9 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 */