aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/bakery
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-04 18:02:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-04 18:02:39 +0000
commit99e0ceb918bdb769709fb984e983a684b89e36a3 (patch)
treee7eb8b35ad41c080553626fea6cc540164d54e8c /x11-toolkits/bakery
parentf9992608f9cd9f5af9641b2aabd67573e2ccbaea (diff)
downloadports-99e0ceb918bdb769709fb984e983a684b89e36a3.tar.gz
ports-99e0ceb918bdb769709fb984e983a684b89e36a3.zip
Notes
Diffstat (limited to 'x11-toolkits/bakery')
-rw-r--r--x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h b/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h
new file mode 100644
index 000000000000..387feceabfb7
--- /dev/null
+++ b/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h
@@ -0,0 +1,11 @@
+--- bakery/FileSelection/FileSelection.h.orig Wed Dec 4 12:58:55 2002
++++ bakery/FileSelection/FileSelection.h Wed Dec 4 12:59:02 2002
+@@ -43,7 +43,7 @@
+ : public Gtk::FileSelection
+ {
+ public:
+- FileSelection(const Gtk::nstring& title = 0);
++ FileSelection(const Gtk::nstring&);
+ virtual ~FileSelection();
+
+ virtual bool run(); //returns false if nothing was selected.