remove patch not needed anymore. ok okan@ some time ago.

This commit is contained in:
fgsch 2008-03-23 02:41:06 +00:00
parent 2c3aea7ddc
commit 10075a6267
2 changed files with 2 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2007/12/05 21:43:54 fgsch Exp $
# $OpenBSD: Makefile,v 1.5 2008/03/23 02:41:06 fgsch Exp $
COMMENT= allows deniable private conversations using Pidgin
DISTNAME= pidgin-otr-3.1.0
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= security net
HOMEPAGE= http://www.cypherpunks.ca/otr/

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-gtk-dialog_c,v 1.1 2007/12/05 21:43:54 fgsch Exp $
--- gtk-dialog.c.orig Mon Dec 3 05:18:32 2007
+++ gtk-dialog.c Mon Dec 3 05:19:11 2007
@@ -2016,6 +2016,9 @@ static void otrg_gtk_dialog_new_conv(PurpleConversatio
GtkWidget *menusmp;
GtkWidget *whatsthis;
+ if (!gtkconv)
+ return;
+
/* Do nothing if this isn't an IM conversation */
if (purple_conversation_get_type(conv) != PURPLE_CONV_TYPE_IM) return;
bbox = gtkconv->lower_hbox;