Blob Blame History Raw
diff -urp empathy-2.27.91.1.OLD/libempathy-gtk/empathy-presence-chooser.c empathy-2.27.91.1/libempathy-gtk/empathy-presence-chooser.c
--- empathy-2.27.91.1.OLD/libempathy-gtk/empathy-presence-chooser.c	2009-08-21 09:31:16.000000000 -0400
+++ empathy-2.27.91.1/libempathy-gtk/empathy-presence-chooser.c	2009-08-25 20:51:05.340069847 -0400
@@ -227,7 +227,7 @@ presence_chooser_create_model (EmpathyPr
 
 	gtk_list_store_insert_with_values (store, NULL, -1,
 		COL_STATUS_TEXT, _("Edit Custom Messages..."),
-		COL_STATE_ICON_NAME, GTK_STOCK_EDIT,
+		COL_STATE_ICON_NAME, NULL,
 		COL_DISPLAY_MARKUP, _("Edit Custom Messages..."),
 		COL_TYPE, ENTRY_TYPE_EDIT_CUSTOM,
 		-1);