changeset 3513:ab939e746bdd

[gaim-migrate @ 3585] and Robot101 wants things initialized. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 15 Sep 2002 14:37:54 +0000
parents 1ea341091de8
children b1ebeecfd2aa
files plugins/docklet/docklet.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Sun Sep 15 14:29:41 2002 +0000
+++ b/plugins/docklet/docklet.c	Sun Sep 15 14:37:54 2002 +0000
@@ -53,7 +53,7 @@
 static void docklet_create();
 
 /* globals */
-static EggTrayIcon *docklet;
+static EggTrayIcon *docklet = NULL;
 static GtkWidget *icon;
 static enum docklet_status status;
 
@@ -98,7 +98,7 @@
 }
 
 static void docklet_menu(GdkEventButton *event) {
-	static GtkWidget *menu;
+	static GtkWidget *menu = NULL;
 	GtkWidget *entry;
 
 	if (menu) {