Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (5c18e6525e34506e5498ee5bafbca52684aea0a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (5c18e6525e34506e5498ee5bafbca52684aea0a4)
  • Date: Thu, 20 Nov 2008 19:22:12 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/gnome-vfs2/FINAL | 2 +-
gnome2-libs/gnome-vfs2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5c18e6525e34506e5498ee5bafbca52684aea0a4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gnome-vfs2: Added || true to FINAL to fix failure if nothing
in /usr/share/applications. Bug 14883.

diff --git a/gnome2-libs/gnome-vfs2/FINAL b/gnome2-libs/gnome-vfs2/FINAL
index 764f2bd..8477a81 100755
--- a/gnome2-libs/gnome-vfs2/FINAL
+++ b/gnome2-libs/gnome-vfs2/FINAL
@@ -1 +1 @@
-update_desktop_database
+update_desktop_database || true
diff --git a/gnome2-libs/gnome-vfs2/HISTORY b/gnome2-libs/gnome-vfs2/HISTORY
index 102f447..329159b 100644
--- a/gnome2-libs/gnome-vfs2/HISTORY
+++ b/gnome2-libs/gnome-vfs2/HISTORY
@@ -1,3 +1,6 @@
+2008-11-20 George Sherwood <gsherwood AT sourcemage.org>
+ * FINAL: Added || true to prevent failures. Bug #14883
+
2008-09-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.24.0




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (5c18e6525e34506e5498ee5bafbca52684aea0a4), George Sherwood, 11/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page