mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #14735] mlgui abort trap "g_source_remove: assertio


From: su_blanc
Subject: [Mldonkey-bugs] [bug #14735] mlgui abort trap "g_source_remove: assertion `tag > 0' failed"
Date: Tue, 25 Oct 2005 09:55:09 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705)

Follow-up Comment #3, bug #14735 (project mldonkey):

can you uninstall your lablgtk2 and build the last CVS snapshot 
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk2-20050701.tar.gz
applying the following patch to src/ml_gdkpixbuf.h before.

and then re-build the mldonkey newgui2

Index: src/ml_gdkpixbuf.h
===================================================================
RCS file: /staff2/garrigue/repos/lablgtk/src/ml_gdkpixbuf.h,v
retrieving revision 1.5
diff -u -r1.5 ml_gdkpixbuf.h
--- src/ml_gdkpixbuf.h  3 May 2005 20:50:21 -0000       1.5
+++ src/ml_gdkpixbuf.h  3 Oct 2005 11:03:50 -0000
@@ -2,5 +2,5 @@
 
 #define GdkPixbuf_val(val)       (check_cast(GDK_PIXBUF, val))
 value Val_GdkPixbuf_ (GdkPixbuf *, gboolean);
-#define Val_GdkPixbuf(p)         Val_GdkPixbuf_(p, FALSE)
-#define Val_GdkPixbuf_new(p)     Val_GdkPixbuf_(p, TRUE)
+#define Val_GdkPixbuf(p)         Val_GdkPixbuf_(p, TRUE)
+#define Val_GdkPixbuf_new(p)     Val_GdkPixbuf_(p, FALSE)



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14735>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]