plugins/toc_commands.c

changeset 1943
17bcd25acc7a
parent 1941
e7e50fec304b
child 1956
aebd3a9e6781
--- a/plugins/toc_commands.c	Fri Jun 01 23:04:13 2001 +0000
+++ b/plugins/toc_commands.c	Fri Jun 01 23:09:07 2001 +0000
@@ -19,7 +19,7 @@
 char *gaim_plugin_init(GModule *h) {
 	GtkWidget *entry;
 
-	window = gtk_window_new(GTK_WINDOW_POPUP);
+	window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 	gtk_window_set_title(GTK_WINDOW(window), "Gaim - SFLAP interface");
 
 	entry = gtk_entry_new();

mercurial