mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
fcb21a7cbb
PR: ports/76386 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
11 lines
301 B
C
11 lines
301 B
C
--- src/playlist.c.orig Tue Jan 18 02:25:55 2005
|
|
+++ src/playlist.c Tue Jan 18 02:25:57 2005
|
|
@@ -458,7 +458,6 @@
|
|
void
|
|
popup_context_menu(GtkWidget *widget, GdkEventButton *event)
|
|
{
|
|
- g_printf("entry into popup_context_menu\n");
|
|
GtkWidget *menu,*menuitem;
|
|
int button, event_time;
|
|
|