diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
commit | 229e5a2ac7b9dce0f13b6c4ecd06f5cd72c2acb0 (patch) | |
tree | 94b5d345d5a90b68648f1b2e69183dc2f493770d /security/gaim-otr/files/patch-gtk-dialog.c | |
parent | Update to version 0.9.0 (diff) |
- Update to 2.0.1
PR: ports/79101
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=133869
Diffstat (limited to 'security/gaim-otr/files/patch-gtk-dialog.c')
-rw-r--r-- | security/gaim-otr/files/patch-gtk-dialog.c | 19 |
1 files changed, 19 insertions, 0 deletions
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; + |