<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><span class="vcard"><a href="page.cgi?id=describeuser.html&login=jralls%40ceridwen.fremont.ca.us" title="John Ralls <jralls@ceridwen.fremont.ca.us>"> <span class="fn">John Ralls</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - test-integration example not working out-of-the-box"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=754631">bug 754631</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - test-integration example not working out-of-the-box"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=754631#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - test-integration example not working out-of-the-box"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=754631">bug 754631</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=jralls%40ceridwen.fremont.ca.us" title="John Ralls <jralls@ceridwen.fremont.ca.us>"> <span class="fn">John Ralls</span></a>
</span></b>
        <pre>(In reply to Gautier Pelloux-Prayer from <a href="show_bug.cgi?id=754631#c5">comment #5</a>)
<span class="quote">> - OK, it's not a demo but it's still a good overview of how to code with Gtk
> - if this is standard to use static pixbuf when there are used only once,
> then let's keep the code like it is today</span >

There's no standard, but since we're dealing with only one pixbuf ever it
doesn't make a lot of sense to go get it from the filesystem every time you
push the button... but if you do, you need to make sure to unref it when you're
done with it so that it doesn't leak.

<span class="quote">> 
> - PREFIX is not set to $prefix in my case; ./configure shows me that
> configure is '/usr/local' but config.h contains '#define PREFIX "None"' so I
> guess this is the default value for both of them? I'm building with brew
> standards packets; do you reproduce this issue or should I investigate this
> more? </span >

That's an actual bug: I didn't realize that configure doesn't set $prefix =
$ac_default_prefix until AC_OUTPUT(), which is of course too late for setting
variables. Fixed in git.

<span class="quote">> 
> - Emoji & Symbols hanging and all non-working Edit menu... I will
> investigate this a bit more, but can you confirm me that this should work
> even in non-bundled application (except for Emoji)?</span >

I couldn't find anything on this in the Apple docs, so I have to assume that it
works only in bundled apps.

<span class="quote">> 
> - Ok for focus, it makes sense actually.

> - Concerning "File -> Quit" option, do we agree this should be removed?</span >

No, it's useful when one doesn't want to engage the NSApplicationShouldQuit
handler which makes you quit twice.

<span class="quote">> 
> - If I do a patch concerning: 'instead of logging action in console, it
> would be better to change the text label "Some window content here" so that
> users now what's going on... (for bounce action mainly)', will you consider
> it or this should stay as currently?</span >

No. test-integration is for developers only -- and principally for developers
of gtk-mac-integration itself. It's simple on purpose, and in particular the
bounce action has proven brittle in the past and it's important that it's a
live test.

<span class="quote">> 

> I should have spitted this bug in multiples bugs actually. My bad.</span >

Since you've actually only found two bugs, most of the rest of your complaints
would have just been closed as "not a bug". You've saved both of us time by
keeping it all in one. Emmanuele beat me to fixing the obsolete bug link in the
www.gtk.org page and I've fixed the configure bug in git, so I'll mark this
resolved now. Please subscribe to <a href="mailto:gtk-osx-users-list@gnome.org">gtk-osx-users-list@gnome.org</a> and ask any
further questions there.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>