diff src/oscar.c @ 1807:ba8f463744c0

[gaim-migrate @ 1817] not that this should ever make any difference. but it's a nice touch. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 11:13:21 +0000
parents c649b63382b7
children ad7759c19545
line wrap: on
line diff
--- a/src/oscar.c	Sat May 05 11:11:22 2001 +0000
+++ b/src/oscar.c	Sat May 05 11:13:21 2001 +0000
@@ -57,8 +57,8 @@
 
 int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_GETFILE | AIM_CAPS_IMIMAGE;
 
-static GtkWidget *join_chat_spin;
-static GtkWidget *join_chat_entry;
+static GtkWidget *join_chat_spin = NULL;
+static GtkWidget *join_chat_entry = NULL;
 
 struct oscar_data {
 	struct aim_session_t *sess;