* New patch, 060_ignore-random-icons, don't list images from unknown

directories in icon cache; closes: #443571, #443574, #444285, #446188.
This commit is contained in:
Loïc Minier
2007-10-21 20:10:34 +00:00
parent 1de0d9ec3d
commit 5aed42cfb3
4 changed files with 17 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,4 +1,4 @@
gtk+2.0 (2.12.1-1) UNRELEASED; urgency=low
gtk+2.0 (2.12.1-1) unstable; urgency=low
* New upstream stable release; no API change; bug fixes and translation
updates.
@ -11,8 +11,10 @@ gtk+2.0 (2.12.1-1) UNRELEASED; urgency=low
065_gtk-filechooser-locale-time merged upstream.
- Update relibtoolizing patch, 070_mandatory-relibtoolize.
* Chech the exit status of close() in dh_gtkmodules; closes: #427654.
* New patch, 060_ignore-random-icons, don't list images from unknown
directories in icon cache; closes: #443571, #443574, #444285, #446188.
-- Loic Minier <lool@dooz.org> Sun, 21 Oct 2007 18:40:48 +0200
-- Loic Minier <lool@dooz.org> Sun, 21 Oct 2007 22:05:42 +0200
gtk+2.0 (2.12.0-3) unstable; urgency=low

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gtk+2.0
Section: libs
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>
Build-Depends: debhelper (>= 5.0.22),
gettext,
pkg-config,

View File

@ -0,0 +1,11 @@
--- gtk+2.0-2.12.1.orig/gtk/updateiconcache.c 2007-10-21 22:04:11.000000000 +0200
+++ gtk+2.0-2.12.1/gtk/updateiconcache.c 2007-10-21 22:04:23.000000000 +0200
@@ -654,7 +654,7 @@
directories = g_list_append (directories, g_strdup (subdir));
}
else
- dir_index = 0xffff;
+ continue;
}
image = g_new0 (Image, 1);

View File

@ -13,6 +13,7 @@
033_treeview_resizing.patch
040_filechooser_single-click.patch
041_ia32-libs.patch
060_ignore-random-icons.patch
070_mandatory-relibtoolize.patch
071_fix_gdk_window_null_crasher.patch
091_workaround_no_gtk_init_incorrect_display.patch