diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-05 02:02:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-05 02:02:39 +0800 |
commit | 493a0ae0106b06c867c7089f57464521c5313930 (patch) | |
tree | f3ed9f35b0f336c10b6033e6c200638d096bc833 /x11-toolkits | |
parent | ff038ae4eb92911ec7216bdead2625e027884f32 (diff) | |
download | freebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.tar.gz freebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.tar.zst freebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.zip |
Okay, this time the build should be fixed on -CURRENT.
Reported by: bento
Diffstat (limited to 'x11-toolkits')
-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. |