[gtkmm] Gtkmm-forge digest, Vol 1 #714 - 2 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

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
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

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 144691] New:  - Bug in dialog chapter (gtkmm-book) (bugzilla-daemon bugzilla gnome org)
   2. [Bug 144697] New:  - load_directory in async-handle.cc crashes. (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 20 Jun 2004 07:03:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 144691] New:  - Bug in dialog chapter (gtkmm-book)

http://bugzilla.gnome.org/show_bug.cgi?id=144691
gtkmm | reference documentation | Ver: 2.4

           Summary: Bug in dialog chapter (gtkmm-book)
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: reference documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: bernhard jantscher gmx at
         QAContact: gtkmm-forge lists sourceforge net


read the part with message-dialogs.
there is an include-file missing, <gtkmm/messagedialog.h>

i tried to use the example-msgbox in a prog (only with gtkmm/dialog.h included,
like in the example), and there was an error message saying that there's no
MessageDialog in namespace Gtk. 
Everything worked after including <gtkmm/messagedialog.h>

greetings, berni


ps: thanks to Daniel Sundberg for helping me with this problem ;)

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 20 Jun 2004 09:21:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 144697] New:  - load_directory in async-handle.cc crashes.

http://bugzilla.gnome.org/show_bug.cgi?id=144697
gnomemm | gnome-vfsmm | Ver: unspecified

           Summary: load_directory in async-handle.cc crashes.
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gnome-vfsmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mhbouhmadi free fr


given the patch of the bug 144627 (http://bugzilla.gnome.org/show_bug.cgi?id=144627)
I got the following error when using load_directory in async-handler.cc.

(shotit:13822): GLib-GObject-CRITICAL **: file gobject.c: line 1597
(g_object_get_qdata): assertion `G_IS_OBJECT (object)' failed

When debugging I realised that the error appears from within a call to
Glib::wrap_auto(...) from within a call to 
TypeTraits<Glib::RefPtr<T = FileInfo> >::to_cpp_type(...) in
containerhandle_shared.h (in glibmm)

I write a specialisation of TypeTraits<Glib::RefPtr<FileInfo> > which uses the
Glib::wrap(GnomeVFSFileInfo, bool) method instead of wrap_auto and it seemed to
work. 

I can't send a patch since I don't find in file-info.hg any wrap method!? when I
add the TypeTraits specialization to the end of file-info.hg, I got a error when
building since in the generated file-info.h wrap method appears after my
modification!
is there a document that describes how .hg/.ccg file works?

*ANOTHER BUG* in SignalProxy_AsyncLoadDirectory::c_callback:
the ownership parameter to ListHandle should be OWNERSHIP_NONE instead of
OWNERSHIP_SHALLOW.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



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