From 229e5a2ac7b9dce0f13b6c4ecd06f5cd72c2acb0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 21 Apr 2005 15:36:17 +0000 Subject: - Update to 2.0.1 PR: ports/79101 Submitted by: Conor McDermottroe (maintainer) --- security/gaim-otr/files/patch-gtk-dialog.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 security/gaim-otr/files/patch-gtk-dialog.c (limited to 'security/gaim-otr/files/patch-gtk-dialog.c') diff --git a/security/gaim-otr/files/patch-gtk-dialog.c b/security/gaim-otr/files/patch-gtk-dialog.c new file mode 100644 index 000000000000..b53d75000b7f --- /dev/null +++ b/security/gaim-otr/files/patch-gtk-dialog.c @@ -0,0 +1,19 @@ +--- gtk-dialog.c.orig Tue Feb 8 18:31:12 2005 ++++ gtk-dialog.c Thu Apr 21 17:31:33 2005 +@@ -156,6 +156,7 @@ + const char *protocol_print; + GtkWidget *label; + GtkWidget *dialog; ++ OtrgDialogWaitHandle handle; + + p = gaim_find_prpl(protocol); + protocol_print = (p ? p->info->name : "Unknown"); +@@ -166,7 +167,7 @@ + + dialog = create_dialog(GAIM_NOTIFY_MSG_INFO, title, primary, secondary, + 0, &label); +- OtrgDialogWaitHandle handle = malloc(sizeof(struct s_OtrgDialogWait)); ++ handle = malloc(sizeof(struct s_OtrgDialogWait)); + handle->dialog = dialog; + handle->label = label; + -- cgit v1.2.3