diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2005-12-26 19:30:18 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2005-12-26 19:30:18 +0000 |
commit | 5ccc9ff3c782aa973631c3e868d87bd6b05ba217 (patch) | |
tree | 2b695a71d1736caa6e2a85f4f4aa7e29877da987 /x11/xnee/files/patch-gnee__src__callbacks.c | |
parent | - Update to 1.1.9 (diff) |
Update to 2.02
PR: ports/90932
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11/xnee/files/patch-gnee__src__callbacks.c')
-rw-r--r-- | x11/xnee/files/patch-gnee__src__callbacks.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xnee/files/patch-gnee__src__callbacks.c b/x11/xnee/files/patch-gnee__src__callbacks.c new file mode 100644 index 000000000000..3e5f60cac177 --- /dev/null +++ b/x11/xnee/files/patch-gnee__src__callbacks.c @@ -0,0 +1,12 @@ +--- gnee/src/callbacks.c.orig Thu Dec 8 08:43:13 2005 ++++ gnee/src/callbacks.c Wed Dec 21 23:02:55 2005 +@@ -467,8 +467,8 @@ + { + GtkWidget *about_box; + GtkWidget *about_label_1; +- GNEE_DEBUG(("on_about1_activate\n")); + char buf[256]; ++ GNEE_DEBUG(("on_about1_activate\n")); + + about_box = lookup_widget(GTK_WIDGET(user_data), + "about_window"); |