[tracker/direct-access: 92/158] libtracker-sparql: Fix in error handling during plugin loading
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/direct-access: 92/158] libtracker-sparql: Fix in error handling during plugin loading
- Date: Thu, 5 Aug 2010 16:35:18 +0000 (UTC)
commit 5ff2b1df6b8263660bc7e30d2a0e6e77e912938d
Author: Jürg Billeter <j bitron ch>
Date: Wed Jul 21 16:27:13 2010 +0200
libtracker-sparql: Fix in error handling during plugin loading
src/libtracker-sparql/tracker-plugin-loader.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-plugin-loader.vala b/src/libtracker-sparql/tracker-plugin-loader.vala
index d000e26..477c5a4 100644
--- a/src/libtracker-sparql/tracker-plugin-loader.vala
+++ b/src/libtracker-sparql/tracker-plugin-loader.vala
@@ -175,7 +175,7 @@ class Tracker.Sparql.PluginLoader : Connection {
debug ("Loaded module source: '%s'", module.name ());
return c;
- } catch (Error e) {
+ } catch (GLib.Error e) {
if (required) {
// plugin required => error is fatal
throw e;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]