diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-04-11 00:54:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-04-11 00:54:52 +0800 |
commit | 540fc19b7a47f248784667b91c9ae334286064cb (patch) | |
tree | 4917fc1af19eb6d9bc9f22b925d62ed92132dbda | |
parent | c13b49d672ae43ad96c59b0dd885583ba07b8ca7 (diff) | |
download | gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar.gz gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar.bz2 gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar.lz gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar.xz gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.tar.zst gsoc2013-empathy-540fc19b7a47f248784667b91c9ae334286064cb.zip |
Drop this, it breaks something subtly
From: Davyd Madeley <davyd@madeley.id.au>
svn path=/trunk/; revision=2797
-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 */ |