r12735 - /desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch

rfrancoise at users.alioth.debian.org rfrancoise at users.alioth.debian.org
Sat Sep 22 11:59:03 UTC 2007


Author: rfrancoise
Date: Sat Sep 22 11:59:03 2007
New Revision: 12735

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12735
Log:
Simplify previous fix.

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

Modified: 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=12735&op=diff
==============================================================================
--- desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch (original)
+++ desktop/unstable/deskbar-applet/debian/patches/200-browsermatch-crash.patch Sat Sep 22 11:59:03 2007
@@ -7,7 +7,7 @@
                  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)]
++                return [b]
              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