freebsd-ports/games/monkeybubble/files/patch-src::ui::ui-main.c
Adam Weinberger c10d8e4505 Update to 0.3.2.
Note: there is a sneaking suspicion abounding that this program
will not work with libc_r. If you are forcing libc_r for something
like the NVidia kernel module, update that port and switch over
to libpthread.

Note also: a noticible pause when starting a new game seems to be
normal. This pause is also associated with a gigantic memory spike,
but it'll subside once the game starts.
2004-08-25 03:01:57 +00:00

18 lines
639 B
C

--- src/ui/ui-main.c.orig Fri Aug 13 14:47:33 2004
+++ src/ui/ui-main.c Fri Aug 13 14:48:06 2004
@@ -647,6 +647,7 @@
const char *message_format, ...) {
char *message;
va_list args;
+ GtkWidget *dialog;
if (message_format) {
va_start (args, message_format);
@@ -656,7 +657,6 @@
message = NULL;
}
- GtkWidget *dialog;
dialog = gtk_message_dialog_new (transient_parent,
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,