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 339791] Gtk::Menu crash with child
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 390978] Glib::Module does not report errors  correctly
      (glibmm (bugzilla.gnome.org))
   3. [Bug 390978] Glib::Module does not report errors  correctly
      (glibmm (bugzilla.gnome.org))
   4. [Bug 390978] Glib::Module does not report errors  correctly
      (glibmm (bugzilla.gnome.org))
   5. [Bug 390978] Glib::Module does not report errors  correctly
      (glibmm (bugzilla.gnome.org))
   6. [Bug 426931] Incorrect handling of deprecated     classes in
      generate_wrap_init.pl (glibmm (bugzilla.gnome.org))
   7. [Bug 378810] Extra signals documentation not used
      (glibmm (bugzilla.gnome.org))
   8. [Bug 430669] New: libgtkglextmm-x11-1.0.so.0 is   missing as of
      last week (gtkmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Mon, 16 Apr 2007 13:18:00 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 339791] Gtk::Menu crash with child
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=339791

  gtkmm | general | Ver: 2.8.x

Johannes Schmid changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65657|0                           |1
        is obsolete|                            |
  Attachment #86232|none                        |committed
               Flag|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #34 from Johannes Schmid  2007-04-16 13:17 UTC -------
Committed modified version of the patch - Closing the bug report.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=339791.



------------------------------

Message: 2
Date: Mon, 16 Apr 2007 14:09:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
        errors  correctly
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=390978

  glibmm | general | Ver: 2.12.x




------- Comment #2 from Johannes Schmid  2007-04-16 14:09 UTC -------
OK, debugged a bit more and the solution is trivial:

if (!module) will check if the pointer to module is NULL. What I expected was
(!module->operator bool()). IMHO this is a bit confusing but I doubt that we
can change that. At least it is no "bug" of glibmm, it's just a bit ugly.

Usually it would be better to throw an exception with last_error as argument
when the construction of module fails but exceptions in constructors are also
non-trivial.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=390978.



------------------------------

Message: 3
Date: Mon, 16 Apr 2007 15:32:57 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
        errors  correctly
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=390978

  glibmm | general | Ver: 2.12.x




------- Comment #3 from Murray Cumming  2007-04-16 15:32 UTC -------
If there is no Glib::Module operator bool() then we can add one. But I guess
it's there and you just meant to do if (!(*module)).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=390978.



------------------------------

Message: 4
Date: Mon, 16 Apr 2007 15:40:31 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
        errors  correctly
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=390978

  glibmm | general | Ver: 2.12.x




------- Comment #4 from Johannes Schmid  2007-04-16 15:40 UTC -------
Yes, there is an operator bool and if (!(*module)) will do what I expected.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=390978.



------------------------------

Message: 5
Date: Mon, 16 Apr 2007 15:53:25 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
        errors  correctly
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=390978

  glibmm | general | Ver: 2.12.x

Murray Cumming changed:

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




------- Comment #5 from Murray Cumming  2007-04-16 15:53 UTC -------
Feel free to add some text to the class documentation to make this clearer,
particularly in this case of using new and a pointer. I assume that we can
close this bug.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=390978.



------------------------------

Message: 6
Date: Mon, 16 Apr 2007 16:05:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 426931] Incorrect handling of
        deprecated      classes in generate_wrap_init.pl
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=426931

  glibmm | general | Ver: 2.12.x




------- Comment #5 from Murray Cumming  2007-04-16 16:05 UTC -------
I am releasing new tarballs over the next day or so, which should usually be
done instead of just releasing debian packages from svn code. If necessary,
even just to show the correct version numbers, you might want to recreate the
packages again.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=426931.



------------------------------

Message: 7
Date: Mon, 16 Apr 2007 16:28:27 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 378810] Extra signals documentation not
        used
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=378810

  glibmm | documentation | Ver: unspecified




------- Comment #5 from Murray Cumming  2007-04-16 16:28 UTC -------
Committed to glibmm-2-8, glibmm-2-10, glibmm-2-12, and trunk.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=378810.



------------------------------

Message: 8
Date: Tue, 17 Apr 2007 13:46:09 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 430669] New: libgtkglextmm-x11-1.0.so.0
        is      missing as of last week
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=430669

  gtkmm | general | Ver: unspecified
           Summary: libgtkglextmm-x11-1.0.so.0 is missing as of last week
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
I have used ubuntu edgy, feisty last week and have several apps that dpened on
libgtkglextmm-x11-1.0.so.0. it was fine last week,  this week installing fresh
install of fesity ubuntu as well as debian etch that library is no longer on
the systems nor aviable on apt-get or online.

Steps to reproduce:
1.install sharpcontruct 
2. run the app 
3. 


Actual results:
error libgtkglextmm-x11-1.0.so.0 is missing and no installation candidated

Expected results:
app runs

Does this happen every time?
yes

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=430669.



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

------------------------------

_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 11, Issue 9
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to