Mercurial > pidgin
changeset 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 | 6a89897c8658 |
files | src/buddy_chat.c src/oscar.c src/toc.c |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy_chat.c Sat May 05 11:11:22 2001 +0000 +++ b/src/buddy_chat.c Sat May 05 11:13:21 2001 +0000 @@ -45,7 +45,7 @@ static GtkWidget *invite; static GtkWidget *inviteentry; static GtkWidget *invitemess; -static GtkWidget *jc_vbox; +static GtkWidget *jc_vbox = NULL; extern int state_lock; GList *chats = NULL;
--- 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;
--- a/src/toc.c Sat May 05 11:11:22 2001 +0000 +++ b/src/toc.c Sat May 05 11:13:21 2001 +0000 @@ -119,8 +119,8 @@ #define USEROPT_SOCKSPORT 3 #define USEROPT_PROXYTYPE 4 -static GtkWidget *join_chat_spin; -static GtkWidget *join_chat_entry; +static GtkWidget *join_chat_spin = NULL; +static GtkWidget *join_chat_entry = NULL; static void toc_callback(gpointer, gint, GdkInputCondition); static unsigned char *roast_password(char *);