[gnome-documents] embed: fix a copy/paste typo



commit 281f1e2aa570b7f7c1899f6a8b6fcc9b29ac52e0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 6 15:27:40 2011 -0400

    embed: fix a copy/paste typo

 src/embed.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index 69062af..44bf806 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -317,7 +317,7 @@ ViewEmbed.prototype  = {
         }
 
         if (this._queryErrorId != 0) {
-            Global.settings.disconnect(this._queryErrorId);
+            Global.errorHandler.disconnect(this._queryErrorId);
             this._queryErrorId = 0;
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]