[gtkmm] Gtkmm-forge digest, Vol 1 #678 - 6 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 140821]  - atk private/ include files installed wrong place. (bugzilla-daemon widget gnome org)
   2. [Bug 138266]  - Gtk::Main as a singleton and examples are confusing (bugzilla-daemon widget gnome org)
   3. [Bug 140952] New:  - non-static VolumeMonitor::create(); (bugzilla-daemon widget gnome org)
   4. [Bug 140952]  - non-static VolumeMonitor::create(); (bugzilla-daemon widget gnome org)
   5. [Bug 140952]  - non-static VolumeMonitor::create(); (bugzilla-daemon widget gnome org)
   6. [Bug 140952]  - non-static VolumeMonitor::create(); (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 02:16:12 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140821]  - atk private/ include files installed wrong place.

http://bugzilla.gnome.org/show_bug.cgi?id=140821
gtkmm | general | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Version|unspecified                 |2.4



------- Additional Comments From murrayc murrayc com  2004-04-23 12:16 -------
Thanks. Good catch. Applied.

Please mention the changed files in the Changelog in future.

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


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 02:29:23 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 138266]  - Gtk::Main as a singleton and examples are confusing

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

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From murrayc murrayc com  2004-04-23 12:29 -------
Maybe it should be a bit more like Glib::Main - feel free to try patching that
for the future. Closing because it's not really a problem and we can't change it
any time soon anyway.

------- 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: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 03:40:15 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140952] New:  - non-static VolumeMonitor::create();

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

           Summary: non-static VolumeMonitor::create();
           Product: gnomemm
           Version: 2.6
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gnome-vfsmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: bryan reigndropsfall net


The create() method of VolumeMonitor needs to be static so we can create a
VolumeMonitor without an object.

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


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 03:41:12 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140952]  - non-static VolumeMonitor::create();

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





------- Additional Comments From bryan reigndropsfall net  2004-04-23 13:41 -------
Created an attachment (id=27023)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=27023&action=view)
Patch to make VolumeMonitor::create() static


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


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 03:45:04 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140952]  - non-static VolumeMonitor::create();

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





------- Additional Comments From murrayc murrayc com  2004-04-23 13:45 -------
This does theoretically break API and ABI, but nobody could have been using it
already, so it will not actually break any Applications. I suggest that we apply
this ASAP. Thank you.

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


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 24 Apr 2004 03:47:34 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140952]  - non-static VolumeMonitor::create();

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

bryan reigndropsfall net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From bryan reigndropsfall net  2004-04-23 13:47 -------
committed.

------- 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]