changeset 2218:6d5f7cbf1882

[gaim-migrate @ 2228] things committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 06 Sep 2001 00:27:11 +0000
parents f7f5a23b6f76
children 20a4d5da0b95
files ChangeLog src/dialogs.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 06 00:24:06 2001 +0000
+++ b/ChangeLog	Thu Sep 06 00:27:11 2001 +0000
@@ -4,6 +4,9 @@
 	* Updated German Translation (thanks Daniel Seifert)
 	* Can change friendly name in MSN again
 	* Bug fixes
+	* Auto-reconnect plugin has exponential timeout (i.e. it
+	  tries after 8 seconds, then 16, then 32, etc. up to 17
+	  minutes)
 
 version 0.11.0-pre15 (08/28/2001):
 	* MSN works again
--- a/src/dialogs.c	Thu Sep 06 00:24:06 2001 +0000
+++ b/src/dialogs.c	Thu Sep 06 00:27:11 2001 +0000
@@ -964,7 +964,7 @@
 	gtk_container_set_border_width(GTK_CONTAINER(table), 5);
 	gtk_container_add(GTK_CONTAINER(frame), table);
 
-        label = gtk_label_new(_("Buddy"));
+        label = gtk_label_new(_("Contact"));
         gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
 
         a->entry = gtk_entry_new();