diff src/about.c @ 1972:1053abe6e9f4

[gaim-migrate @ 1982] this was supposed to be dialog committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 07 Jun 2001 07:38:29 +0000
parents 7fbd745756c0
children 24aed1c31342
line wrap: on
line diff
--- a/src/about.c	Thu Jun 07 07:36:03 2001 +0000
+++ b/src/about.c	Thu Jun 07 07:38:29 2001 +0000
@@ -82,7 +82,7 @@
 
 	if (!about) {
 
-		about = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+		about = gtk_window_new(GTK_WINDOW_DIALOG);
 
 		g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION);
 		gtk_window_set_title(GTK_WINDOW(about), abouttitle);