Mercurial > pidgin.yaz
changeset 1971:7fbd745756c0
[gaim-migrate @ 1981]
i thought i fixed this already
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 07 Jun 2001 07:36:03 +0000 |
parents | 43a55969523f |
children | 1053abe6e9f4 |
files | src/about.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/about.c Thu Jun 07 03:12:45 2001 +0000 +++ b/src/about.c Thu Jun 07 07:36:03 2001 +0000 @@ -82,7 +82,7 @@ if (!about) { - about = gtk_window_new(GTK_WINDOW_POPUP); + about = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION); gtk_window_set_title(GTK_WINDOW(about), abouttitle);