r12723 - in /desktop/unstable/deskbar-applet/debian: changelog patches/200-browsermatch-crash.patch

rfrancoise at users.alioth.debian.org rfrancoise at users.alioth.debian.org
Sat Sep 22 10:56:21 UTC 2007


Author: rfrancoise
Date: Sat Sep 22 10:56:20 2007
New Revision: 12723

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12723
Log:
* debian/patches/200-browsermatch-crash.patch: New patch, fixes crash when
  accessing a bookmark via a smart bookmark prefix.

Added:
    desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch
Modified:
    desktop/unstable/deskbar-applet/debian/changelog

Modified: desktop/unstable/deskbar-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/deskbar-applet/debian/changelog?rev=12723&op=diff
==============================================================================
--- desktop/unstable/deskbar-applet/debian/changelog (original)
+++ desktop/unstable/deskbar-applet/debian/changelog Sat Sep 22 10:56:20 2007
@@ -9,10 +9,12 @@
   * debian/patches/100-fix-pythonlib.patch: Dropped.
   * debian/patches/100-enable-tracker.patch: New patch taken from Ubuntu
     to enable the tracker plugin if present.
-  * debian/patches/200-gconf-schema-fix.patch: New patch, fix missing
+  * debian/patches/200-gconf-schema-fix.patch: New patch, fixes missing
     <locale> entries in gconf schema.
-
- -- Romain Francoise <rfrancoise at debian.org>  Sat, 22 Sep 2007 11:49:40 +0200
+  * debian/patches/200-browsermatch-crash.patch: New patch, fixes crash when
+    accessing a bookmark via a smart bookmark prefix.
+
+ -- Romain Francoise <rfrancoise at debian.org>  Sat, 22 Sep 2007 12:56:14 +0200
 
 deskbar-applet (2.18.1-2) unstable; urgency=low
 

Added: desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch?rev=12723&op=file
==============================================================================
--- desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch (added)
+++ desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch Sat Sep 22 10:56:20 2007
@@ -1,0 +1,13 @@
+Index: deskbar/handlers/mozilla.py
+===================================================================
+--- deskbar/handlers/mozilla.py	(revision 1678)
++++ deskbar/handlers/mozilla.py	(working copy)
+@@ -169,7 +169,7 @@
+             try:
+                 b = self._shortcuts_to_smart_bookmarks_map[prefix]
+                 text = query[x+1:]
+-                return [BrowserSmartMatch(b.name, b.url, prefix, b, icon=b.icon)]
++                return [BrowserSmartMatch(b.get_name(), b.url, prefix, b, icon=b.icon)]
+             except KeyError:
+                 # Probably from the b = ... line.  Getting here
+                 # means that there is no such shortcut.




More information about the pkg-gnome-commits mailing list