From bb20f0f2c6d84828f869d0205046d27ce71a05df Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 14 Jan 2005 02:37:05 +0000 Subject: Remove not-needed patch git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3433 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/files/patch-src_yelp-bookmarks.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 x11/yelp/files/patch-src_yelp-bookmarks.c (limited to 'x11') diff --git a/x11/yelp/files/patch-src_yelp-bookmarks.c b/x11/yelp/files/patch-src_yelp-bookmarks.c deleted file mode 100644 index d93a715ea..000000000 --- a/x11/yelp/files/patch-src_yelp-bookmarks.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/yelp-bookmarks.c.orig Tue Jan 4 01:32:40 2005 -+++ src/yelp-bookmarks.c Tue Jan 4 01:33:18 2005 -@@ -285,8 +285,9 @@ - GtkEntry *entry; - - if (id == GTK_RESPONSE_OK) { -+ const gchar *title; - entry = GTK_ENTRY (g_object_get_data (G_OBJECT (dialog), "title_entry")); -- const gchar *title = gtk_entry_get_text (entry); -+ title = gtk_entry_get_text (entry); - - bookmarks_add_bookmark (uri, title, TRUE); - } -- cgit v1.2.3