diff options
Diffstat (limited to 'x11/brightside/files/patch-src_brightside-tray.c')
-rw-r--r-- | x11/brightside/files/patch-src_brightside-tray.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/brightside/files/patch-src_brightside-tray.c b/x11/brightside/files/patch-src_brightside-tray.c deleted file mode 100644 index f5c63626b567..000000000000 --- a/x11/brightside/files/patch-src_brightside-tray.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/brightside-tray.c.orig Fri Jul 2 01:19:28 2004 -+++ src/brightside-tray.c Fri Jul 2 01:19:56 2004 -@@ -51,6 +51,7 @@ - const gchar *authors[] = { "Ed Catmur <ed@catmur.co.uk>", NULL }; - const gchar *documenters[] = { NULL }; - const gchar *translator_credits = _("translator_credits"); -+ gpointer about_as_gpointer; - - if (about != NULL) { - gdk_window_raise (about->window); -@@ -74,7 +75,7 @@ - - g_signal_connect (G_OBJECT (about), "destroy", - G_CALLBACK (gtk_widget_destroyed), &about); -- gpointer about_as_gpointer = (gpointer) about; -+ about_as_gpointer = (gpointer) about; - g_object_add_weak_pointer (G_OBJECT (about), &about_as_gpointer); - - gtk_widget_show(about); |