summaryrefslogtreecommitdiff
path: root/x11/xfce4-notes-plugin/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-notes-plugin/patches/patch-aa')
-rw-r--r--x11/xfce4-notes-plugin/patches/patch-aa26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/xfce4-notes-plugin/patches/patch-aa b/x11/xfce4-notes-plugin/patches/patch-aa
deleted file mode 100644
index 94dc09abdf9..00000000000
--- a/x11/xfce4-notes-plugin/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/12/18 22:56:15 rillig Exp $
-
-Keywords: c90
-
---- panel-plugin/notes.c.orig Sat Oct 1 18:30:35 2005
-+++ panel-plugin/notes.c Sun Dec 18 23:52:08 2005
-@@ -148,9 +148,6 @@ notes_create_note (void)
-
- _note *note;
-
-- /* create or note structure */
-- note = g_new(_note, 1);
--
- GtkWidget *main_w;
- GtkWidget *table;
- GtkWidget *text_view;
-@@ -169,6 +166,9 @@ notes_create_note (void)
- GtkWidget *hbox;
-
- GtkWidget *button_close_image;
-+
-+ /* create or note structure */
-+ note = g_new(_note, 1);
-
- main_w = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- gtk_window_set_title (GTK_WINDOW (main_w), _("main_w"));