aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-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.