diff src/away.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents f5b0e1a4b0c7
children 482fc53c969d
line wrap: on
line diff
--- a/src/away.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/away.c	Wed Apr 21 01:34:26 2004 +0000
@@ -59,7 +59,7 @@
 
 	gtk_tree_model_get(GTK_TREE_MODEL(awayqueuestore), iter, 0, &name, -1);
 
-	gaim_debug(GAIM_DEBUG_INFO, "away", "Unqueueing messages from %s.\n",
+	gaim_debug(GAIM_DEBUG_INFO, "away", "Dequeueing messages from %s.\n",
 			   name);
 
 	templist = message_queue;
@@ -138,7 +138,7 @@
 	GtkTreeSelection *select;
 
 	if(!(event->type == GDK_2BUTTON_PRESS && event->button == 1))
-		return FALSE; /* Double clicking on the list will unqueue that user's messages. */
+		return FALSE; /* Double clicking on the list will dequeue that user's messages. */
 
 	select = gtk_tree_view_get_selection(GTK_TREE_VIEW(treeview));
 	if(gtk_tree_selection_get_selected(select, NULL, &iter))