diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/files/patch-src_yelp-bookmarks.c | 13 |
1 files changed, 0 insertions, 13 deletions
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); - } |