evolution r35441 - in branches/gnome-2-22/calendar: . gui



Author: abharath
Date: Tue Apr 29 11:09:29 2008
New Revision: 35441
URL: http://svn.gnome.org/viewvc/evolution?rev=35441&view=rev

Log:
Patch from Ashish Shrivastava <shashish novell com>

2008-04-29  Ashish Shrivastava <shashish novell com>

        ** Fix for bnc #368277
        Can't C & P Email Addresses from an Appt. to a Mail Message



Modified:
   branches/gnome-2-22/calendar/ChangeLog
   branches/gnome-2-22/calendar/gui/e-select-names-renderer.c

Modified: branches/gnome-2-22/calendar/gui/e-select-names-renderer.c
==============================================================================
--- branches/gnome-2-22/calendar/gui/e-select-names-renderer.c	(original)
+++ branches/gnome-2-22/calendar/gui/e-select-names-renderer.c	Tue Apr 29 11:09:29 2008
@@ -109,7 +109,9 @@
 	gtk_widget_show (GTK_WIDGET (editable));
 
 	g_signal_connect (editable, "editing_done", G_CALLBACK (e_select_names_renderer_editing_done), sn_cell);
-	g_signal_connect (editable, "focus_out_event", G_CALLBACK (e_select_names_renderer_focus_out_event), sn_cell);
+
+	/* Removed focus-out-event. focus out event already listen by base class. 
+           We don't need to listen for the focus out event any more */
 
 	sn_cell->priv->editable = g_object_ref (editable);
 	sn_cell->priv->path = g_strdup (path);



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