diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-16 10:59:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-16 10:59:23 +0000 |
commit | 365ae0c427bce91c77b2a9874d03b14d68073fa2 (patch) | |
tree | a19ffcbec855ff2dc53ff1769cf86c75c1b19da1 /x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc | |
parent | Correct spelling of distfile in EXTRACT_ONLY. (diff) |
Unbleak on -current with gcc 3.1.
Helped by: obrien, tjr
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src::gnome--::icon-item.cc | 14 |
1 files changed, 14 insertions, 0 deletions
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(), |