empathy r2797 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Apr 10 16:54:52 2009
New Revision: 2797
URL: http://svn.gnome.org/viewvc/empathy?rev=2797&view=rev

Log:
Drop this, it breaks something subtly

From: Davyd Madeley <davyd madeley id au>

Modified:
   trunk/libempathy-gtk/empathy-presence-chooser.c

Modified: trunk/libempathy-gtk/empathy-presence-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-presence-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-presence-chooser.c	Fri Apr 10 16:54:52 2009
@@ -482,14 +482,7 @@
 				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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]