summaryrefslogtreecommitdiffstats
path: root/http/kazehakase/05_thumb_filename-typo.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'http/kazehakase/05_thumb_filename-typo.dpatch')
-rw-r--r--http/kazehakase/05_thumb_filename-typo.dpatch18
1 files changed, 18 insertions, 0 deletions
diff --git a/http/kazehakase/05_thumb_filename-typo.dpatch b/http/kazehakase/05_thumb_filename-typo.dpatch
new file mode 100644
index 0000000000..0e19f5e4fe
--- /dev/null
+++ b/http/kazehakase/05_thumb_filename-typo.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_thumb_filename-typo.dpatch by Yavor Doganov <yavor@gnu.org>
+##
+## DP: Typo fix.
+
+@DPATCH@
+diff -urNad kazehakase-0.5.8~/module/search/kz-hyper-estraier-search.c kazehakase-0.5.8/module/search/kz-hyper-estraier-search.c
+--- kazehakase-0.5.8~/module/search/kz-hyper-estraier-search.c 2009-10-01 21:07:00.000000000 +0300
++++ kazehakase-0.5.8/module/search/kz-hyper-estraier-search.c 2009-10-03 19:15:24.000000000 +0300
+@@ -401,7 +401,7 @@
+ strlen(G_DIR_SEPARATOR_S));
+
+ thumb_filename =
+- egg_pixbuf_get_thumb_filename(uri,
++ egg_pixbuf_get_thumbnail_filename(uri,
+ EGG_PIXBUF_THUMBNAIL_LARGE);
+ thumb_uri = g_strdup_printf("history-search:?image=%s",
+ thumb_filename);