Your message dated Wed, 13 Jun 2007 00:17:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed now
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xchat
Version: 2.6.1-1
Severity: normal
Tags: patch
When using an icon theme that provides the "tab close" icon, it appears
clipped in xchat.
This is because xchat is using gtk_widget_set_usize on the icons. The
GTK+ documentation strongly recommends not using this function, because
it can lead to various breakage of the like.
The attached patch fixes the bug, without any other UI change that I
could notice so far.
Regards,
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
--- src/fe-gtk/gtkutil.c.old 2006-02-19 10:07:07.000000000 +0100
+++ src/fe-gtk/gtkutil.c 2006-02-19 10:07:21.000000000 +0100
@@ -440,7 +440,6 @@
if (stock)
{
img = gtk_image_new_from_stock (stock, GTK_ICON_SIZE_MENU);
- gtk_widget_set_usize (img, 8, 6);
gtk_container_add (GTK_CONTAINER (bbox), img);
gtk_widget_show (img);
}
--- End Message ---
--- Begin Message ---
This bug is fixed when using the latest xchat and gnome-themes-extras
packages - probably thanks to icon size optimizations in g-t-e.
--
.''`.
: :' : We are debian.org. Lower your prices, surrender your code.
`. `' We will add your hardware and software distinctiveness to
`- our own. Resistance is futile.
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---