Patches item #1670499, was opened at 2007-02-27 22:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1670499&group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: segfault
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chenghuan Jia (chenghuan_jia)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug fix for [ 1664380 ] Crash on adding a Buddy Icon

Initial Comment:
hi,

I got the same problem while running beta6 with GTK+-2.6.0. After a little bit 
debugging, it turns out that in function gaim_gtk_convert_buddy_icon, it used a 
new argument format for API gdk_pixbuf_save. Since such changes is introduced 
by rev. 13036 in GDK ( 
http://svn.gnome.org/viewcvs/gtk%2B/trunk/gdk-pixbuf/io-png.c?view=diff&r1=13035&r2=13036),
 which is included in GTK_2_6_8, created by rev. 13197. So my patch is just to 
check if it is using a old version of GTK+ (older than 2.6.8), if yes, try the 
original API format.

The code is tested on GTK+ 2.6.0 and GTK+ 2.6.9 with the image file provided by 
the bug originator.

Your comments will be highly appreciated!

Thanks,
Neo 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1670499&group_id=235

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches

Reply via email to