evolution r35451 - in trunk/calendar: . gui
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35451 - in trunk/calendar: . gui
- Date: Wed, 30 Apr 2008 09:50:37 +0100 (BST)
Author: abharath
Date: Wed Apr 30 08:50:37 2008
New Revision: 35451
URL: http://svn.gnome.org/viewvc/evolution?rev=35451&view=rev
Log:
Patch from Ashish Shrivastava <shashish novell com>
2008-04-30 Ashish Shrivastava <shashish novell com>
** Fix for bnc #368277
Can't C & P Email Addresses from an Appt. to a Mail Message
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/e-select-names-renderer.c
Modified: trunk/calendar/gui/e-select-names-renderer.c
==============================================================================
--- trunk/calendar/gui/e-select-names-renderer.c (original)
+++ trunk/calendar/gui/e-select-names-renderer.c Wed Apr 30 08:50:37 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]