diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-04 18:02:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-04 18:02:39 +0000 |
commit | 99e0ceb918bdb769709fb984e983a684b89e36a3 (patch) | |
tree | e7eb8b35ad41c080553626fea6cc540164d54e8c /x11-toolkits/bakery | |
parent | f9992608f9cd9f5af9641b2aabd67573e2ccbaea (diff) | |
download | ports-99e0ceb918bdb769709fb984e983a684b89e36a3.tar.gz ports-99e0ceb918bdb769709fb984e983a684b89e36a3.zip |
Notes
Diffstat (limited to 'x11-toolkits/bakery')
-rw-r--r-- | x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h | 11 |
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. |