[SCM] BOINC packaging branch, master, updated. upstream/7.0.44+dfsg-625-g8a331b3
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Mon Jan 21 00:48:11 UTC 2013
The following commit has been merged in the master branch:
commit 8a331b32766ebb3e6f37092ef5fb68c67d279af7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon Jan 21 01:47:38 2013 +0100
Fix for exclusive app window dialog
diff --git a/debian/patches/fix-add-exclusive-app.patch b/debian/patches/fix-add-exclusive-app.patch
new file mode 100644
index 0000000..18d0cf2
--- /dev/null
+++ b/debian/patches/fix-add-exclusive-app.patch
@@ -0,0 +1,16 @@
+Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
+Forwarded: yes (mail to boinc_alpha)
+Reviewed-By: <costamagnagianfranco at yahoo.it>
+Last-Update: <2013-01-21>
+
+--- a/clientgui/DlgAdvPreferences.cpp
++++ b/clientgui/DlgAdvPreferences.cpp
+@@ -802,7 +802,7 @@
+ #else
+ //TODO: fill in the default directory and wildcard for Linux
+ wxFileDialog picker(this, _("Applications to add"),
+- wxT("/"), wxT(""), wxT("*.*"),
++ wxT("/"), wxT(""), wxT("*"),
+ wxFD_OPEN|wxFD_FILE_MUST_EXIST|wxFD_CHANGE_DIR|wxFD_MULTIPLE|wxFD_CHANGE_DIR);
+ #endif
+ if (picker.ShowModal() != wxID_OK) return;
diff --git a/debian/patches/series b/debian/patches/series
index 2a2ecf0..03b9b32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -64,3 +64,4 @@ dynamic_libboinc.patch
Missing_libSched.patch
missing_libs_wrapper.patch
link_with_gold.patch
+fix-add-exclusive-app.patch
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list