diff options
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(), |