Mercurial > pidgin.yaz
changeset 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 | 1bd70305b227 |
files | src/about.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);