I obviously can't spell recieved, er, received...uh, yea.

2001-08-02  Jeffrey Stedfast  <fejj@ximian.com>

	* folder-browser.c (message_list_drag_data_received): I obviously
	can't spell recieved, er, received...uh, yea.

svn path=/trunk/; revision=11595
This commit is contained in:
Jeffrey Stedfast
2001-08-02 19:38:52 +00:00
committed by Jeffrey Stedfast
parent 3a8f781499
commit 5e1e2e9850
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-08-02 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c (message_list_drag_data_received): I obviously
can't spell recieved, er, received...uh, yea.
2001-08-02 Jason Leach <jleach@ximian.com>
* mail-config.glade: Set history_id's for the sig and html sig

View File

@ -425,7 +425,7 @@ x_evolution_message_parse (char *in, unsigned int inlen, GPtrArray **uids)
}
static void
message_list_drag_data_recieved (ETree *tree, int row, ETreePath path, int col,
message_list_drag_data_received (ETree *tree, int row, ETreePath path, int col,
GdkDragContext *context, gint x, gint y,
GtkSelectionData *selection_data, guint info,
guint time, gpointer user_data)
@ -1842,7 +1842,7 @@ my_folder_browser_init (GtkObject *object)
drag_types, num_drag_types, GDK_ACTION_MOVE | GDK_ACTION_COPY);
gtk_signal_connect (GTK_OBJECT (fb->message_list->tree), "tree_drag_data_received",
GTK_SIGNAL_FUNC (message_list_drag_data_recieved), fb);
GTK_SIGNAL_FUNC (message_list_drag_data_received), fb);
/* cut, copy & paste */
fb->invisible = gtk_invisible_new ();