diff src/about.c @ 4157:9c31ddae80a1

[gaim-migrate @ 4385] I'm commiting this so Robot101 will leave me alone. Here's some session management stuff. Happy Gnome People. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 31 Dec 2002 05:22:56 +0000
parents 4b04ecb3eb97
children fcc6db86f5c7
line wrap: on
line diff
--- a/src/about.c	Tue Dec 31 02:53:41 2002 +0000
+++ b/src/about.c	Tue Dec 31 05:22:56 2002 +0000
@@ -188,5 +188,5 @@
 
 	/* Let's give'em something to talk about -- woah woah woah */
 	gtk_widget_show(about);
-	gtk_window_present(about);
+	gtk_window_present(GTK_WINDOW(about));
 }