Mercurial > pidgin
diff src/main.c @ 10023:34bce9529cf4
[gaim-migrate @ 10955]
A few minor tweaks to how things are included.
Dave, sorry I didn't have time to look at your status patches tonight.
Hopefully I'll be able to tomorrow night.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 14 Sep 2004 04:31:31 +0000 |
| parents | ab5db2c5da79 |
| children | 952fb08c60b0 |
line wrap: on
line diff
--- a/src/main.c Tue Sep 14 03:51:36 2004 +0000 +++ b/src/main.c Tue Sep 14 04:31:31 2004 +0000 @@ -221,8 +221,8 @@ /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ if (mainwindow) { - gtk_window_present(GTK_WINDOW(mainwindow)); - return; + gtk_window_present(GTK_WINDOW(mainwindow)); + return; } mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL);
