From 540fc19b7a47f248784667b91c9ae334286064cb Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Fri, 10 Apr 2009 16:54:52 +0000 Subject: Drop this, it breaks something subtly From: Davyd Madeley svn path=/trunk/; revision=2797 --- libempathy-gtk/empathy-presence-chooser.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libempathy-gtk') 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 */ -- cgit v1.2.3