[gtkmm] Gtkmm-forge digest, Vol 1 #559 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #559 - 4 msgs
- Date: Mon, 17 Nov 2003 20:07:30 -0800
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.
Today's Topics:
1. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
2. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
3. [Bug 107584] Changed - libbonoboui "hello" example segfault on quit (bugzilla-daemon widget gnome org)
4. [Bug 127110] Changed - With new orbitcpp I am getting this error compiling libbonobomm (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 17 Nov 2003 04:49:58 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=126721
Changed by christof petig-baender de
--- shadow/126721 Fri Nov 14 17:44:28 2003
+++ shadow/126721.tmp.17360 Mon Nov 17 04:49:58 2003
@@ -82,6 +82,27 @@
you have a snippet of test case that use std::list or std::vector
instead? Maybe you're helping me to find the solution, but I don't see
the problem yet.
------- Additional Comments From murrayc usa net 2003-11-14 17:44 -------
I think maybe you uploaded the wrong test case by mistake.
+
+------- Additional Comments From christof petig-baender de 2003-11-17 04:49 -------
+I want is to access columns of a const TreeView.
+
+But even if I use a std::list to access the elements (I did not know
+that this was transparently possible neither do I see any benefits
+now) the error stays the same:
+
+/usr/include/gtkmm-2.0/glibmm/containerhandle_shared.h:162: error:
+invalid
+ conversion from `const GtkTreeViewColumn*' to `GtkTreeViewColumn*'
+/usr/include/gtkmm-2.0/glibmm/containerhandle_shared.h:162: error:
+ initializing argument 1 of `Gtk::TreeViewColumn*
+ Glib::wrap(GtkTreeViewColumn*, bool)'
+
+------
+Sample program modified by:
+-typedef Glib::ListHandle<const Gtk::TreeViewColumn*> list_t;
++#include <list>
++typedef std::list<const Gtk::TreeViewColumn*> list_t;
+(do I need to reattach it?)
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 17 Nov 2003 04:52:47 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=126721
Changed by christof petig-baender de
--- shadow/126721 Mon Nov 17 04:49:58 2003
+++ shadow/126721.tmp.18896 Mon Nov 17 04:52:47 2003
@@ -103,6 +103,11 @@
------
Sample program modified by:
-typedef Glib::ListHandle<const Gtk::TreeViewColumn*> list_t;
+#include <list>
+typedef std::list<const Gtk::TreeViewColumn*> list_t;
(do I need to reattach it?)
+
+------- Additional Comments From christof petig-baender de 2003-11-17 04:52 -------
+Created an attachment (id=21524)
+Program which uses std::list for accessing treeview columns (only 1 line changed)
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Mon, 17 Nov 2003 19:35:06 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 107584] Changed - libbonoboui "hello" example segfault on quit
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=107584
Changed by bowie owens csiro au
--- shadow/107584 Tue Nov 11 17:18:14 2003
+++ shadow/107584.tmp.7129 Mon Nov 17 19:35:06 2003
@@ -1,13 +1,13 @@
Bug#: 107584
Product: gnomemm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: libbonobouimm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mxpxfifws yahoo com
TargetMilestone: ---
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, rcook wyrms net
Cc:
Date: Mon, 17 Nov 2003 20:28:38 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 127110] Changed - With new orbitcpp I am getting this error compiling libbonobomm
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=127110
Changed by bowie owens csiro au
--- shadow/127110 Sun Nov 16 18:41:08 2003
+++ shadow/127110.tmp.5871 Mon Nov 17 20:28:38 2003
@@ -1,13 +1,13 @@
Bug#: 127110
Product: gnomemm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: libbonobomm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: rcook wyrms net
TargetMilestone: ---
--__--__--
_______________________________________________
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]