From 365ae0c427bce91c77b2a9874d03b14d68073fa2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 16 Jul 2002 10:59:23 +0000 Subject: Unbleak on -current with gcc 3.1. Helped by: obrien, tjr --- .../gnome--/files/patch-src::gnome--::icon-item.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc (limited to 'x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc') diff --git a/x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc b/x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc new file mode 100644 index 000000000000..9c5eee84adf7 --- /dev/null +++ b/x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/gnome--/icon-item.cc 2002/07/16 10:42:28 1.1 ++++ src/gnome--/icon-item.cc 2002/07/16 10:42:56 +@@ -27,7 +27,7 @@ + void Gnome::IconTextItem::configure(int x, int y, int width, + const Gtk::string &fontname, + const Gtk::string &text, +- bool is_editable = true) ++ bool is_editable) + { + gnome_icon_text_item_configure(gtkobj(), x, y, width, + fontname.c_str(), text.c_str(), -- cgit v1.2.3