diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 2eb5550d2..d36228010 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -567,7 +567,9 @@ presence_chooser_presence_changed_cb (EmpathyPresenceChooser *chooser) COL_TYPE, &m_type, -1); - if (m_type == ENTRY_TYPE_CUSTOM) + if (m_type == ENTRY_TYPE_CUSTOM || + m_type == ENTRY_TYPE_SEPARATOR || + m_type == ENTRY_TYPE_EDIT_CUSTOM) { continue; } |