]> git.0d.be Git - empathy.git/commitdiff
Drop this, it breaks something subtly
authorDavyd Madeley <davyd@madeley.id.au>
Fri, 10 Apr 2009 16:54:52 +0000 (16:54 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 10 Apr 2009 16:54:52 +0000 (16:54 +0000)
From: Davyd Madeley <davyd@madeley.id.au>

svn path=/trunk/; revision=2797

libempathy-gtk/empathy-presence-chooser.c

index 9dea442f2c147e74a4abaa1180e8c4fb0b436643..df3a64c9de152579102f98a47aafc219f277e0f9 100644 (file)
@@ -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 */