Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED]
You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Gtkmm-forge digest..." gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list. Today's Topics: 1. [Bug 166412] gtkmm/examples/dnd/testdnd crashs ([EMAIL PROTECTED]) 2. [Bug 88610] Need nice hierarchy picture ([EMAIL PROTECTED]) 3. [Bug 163585] GConf set on lists doesn't work ([EMAIL PROTECTED]) 4. [Bug 163585] GConf set on lists doesn't work ([EMAIL PROTECTED]) --__--__-- Message: 1 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Date: Mon, 14 Feb 2005 06:34:08 -0500 (EST) Subject: [gtkmm bugzilla] [Bug 166412] gtkmm/examples/dnd/testdnd crashs Please DO NOT reply to this by email. All additional comments should be made in the comments box of this bug report. http://bugzilla.gnome.org/show_bug.cgi?id=166412 gtkmm | general | Ver: 2.4 ------- Additional Comments From Murray Cumming 2005-02-14 06:34 ------- Thus proving that patches are best. However, I fixed this yesterday. ------- You are receiving this mail because: ------- You are the assignee for the bug. --__--__-- Message: 2 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Date: Mon, 14 Feb 2005 06:47:30 -0500 (EST) Subject: [gtkmm bugzilla] [Bug 88610] Need nice hierarchy picture Please DO NOT reply to this by email. All additional comments should be made in the comments box of this bug report. http://bugzilla.gnome.org/show_bug.cgi?id=88610 gtkmm | reference documentation | Ver: 2.4 ------- Additional Comments From Marco Scholten 2005-02-14 06:47 ------- Thanks, i'm glad you like it. Creating an imagemap is really quite simple, i exported the png image from dia then i used The Gimp imagemap plugin and KImageMapEditor to make the map, with these you drag a rectangle in the image and attach an url to that. I dont't know if this is te best or most simple way to do this because this is the first time i ever did something like this, but it worked fine for me. ------- You are receiving this mail because: ------- You are the assignee for the bug. You are the QA contact for the bug. --__--__-- Message: 3 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Date: Mon, 14 Feb 2005 12:25:39 -0500 (EST) Subject: [gtkmm bugzilla] [Bug 163585] GConf set on lists doesn't work Please DO NOT reply to this by email. All additional comments should be made in the comments box of this bug report. http://bugzilla.gnome.org/show_bug.cgi?id=163585 gnomemm | gconfmm | Ver: 2.9 ------- Additional Comments From Murray Cumming 2005-02-14 12:25 ------- Well done. That works for ints and bools. Now we just need to figure out the floats - there is commented-out test code in the client example. ------- You are receiving this mail because: ------- You are the assignee for the bug. --__--__-- Message: 4 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Date: Mon, 14 Feb 2005 17:58:55 -0500 (EST) Subject: [gtkmm bugzilla] [Bug 163585] GConf set on lists doesn't work Please DO NOT reply to this by email. All additional comments should be made in the comments box of this bug report. http://bugzilla.gnome.org/show_bug.cgi?id=163585 gnomemm | gconfmm | Ver: 2.9 ------- Additional Comments From Bryan Forbes 2005-02-14 17:58 ------- If you look in gconf_value_list_to_primitive_list_destructive of that same file I posted here earlier, they allocate some space for a gdouble. We should probably do it that way. Here's the code: [snip] case GCONF_VALUE_FLOAT: { gdouble* d = g_new(gdouble, 1); *d = gconf_value_get_float(elem); tmp->data = d; } break; [snip] ------- You are receiving this mail because: ------- You are the assignee for the bug. --__--__-- _______________________________________________ Gtkmm-forge mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtkmm-forge End of Gtkmm-forge Digest _______________________________________________ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list