mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fcb21a7cbb
PR: ports/76386 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
11 lines
258 B
C
11 lines
258 B
C
--- src/gui.c.orig Tue Jan 18 02:32:02 2005
|
|
+++ src/gui.c Tue Jan 18 02:32:04 2005
|
|
@@ -303,7 +303,6 @@
|
|
|
|
gboolean on_tree_popup_menu (GtkWidget *widget)
|
|
{
|
|
- g_printf("got popup-menu signal\n");
|
|
popup_context_menu(widget,NULL);
|
|
return TRUE;
|
|
}
|