summaryrefslogtreecommitdiff
path: root/audio/gmpc/files/patch-src-tray.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-16 21:47:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-16 21:47:21 +0000
commit2363a28abe25826422d26707bbb9b88c6cbf4026 (patch)
tree05431fc17fafb89e08a177b5aee84259c6b6fd05 /audio/gmpc/files/patch-src-tray.c
parentFix MASTER_SITE list. (diff)
After repocopy from audio/traymp, add gmpc, a tray-aware GTK2-client for MPD,
the Music Player Daemon. This superceeds traymp from the same author. PR: ports/66577 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Notes
Notes: svn path=/head/; revision=109297
Diffstat (limited to 'audio/gmpc/files/patch-src-tray.c')
-rw-r--r--audio/gmpc/files/patch-src-tray.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/gmpc/files/patch-src-tray.c b/audio/gmpc/files/patch-src-tray.c
deleted file mode 100644
index 0ccbc74b9f91..000000000000
--- a/audio/gmpc/files/patch-src-tray.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/tray.c.orig Mon Nov 17 16:44:33 2003
-+++ src/tray.c Mon Nov 17 16:44:51 2003
-@@ -117,9 +117,9 @@
- /* handle the click event on the tray icon */
-
- int tray_clicked(GtkWidget *image, GdkEventButton *event){
-+ char *buf;
- if(!insetting.update_timeout) return 1;
- insetting.update_timeout = FALSE;
-- char *buf;
- if(tray_icon == NULL) return 1;
- insetting.update_timeout = TRUE; /* where done.. no need to wait */
- check_error();