<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Make demo extensible for other type of annotations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69978#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Make demo extensible for other type of annotations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69978">bug 69978</a>
              from <span class="vcard"><a class="email" href="mailto:gpoo@gnome.org" title="Germán Poo-Caamaño <gpoo@gnome.org>"> <span class="fn">Germán Poo-Caamaño</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=69978#c13">comment #13</a>)
<span class="quote">> Comment on <span class=""><a href="attachment.cgi?id=86867" name="attach_86867" title="glib: Prepare UI to add multiple annotations type in demo">attachment 86867</a> <a href="attachment.cgi?id=86867&action=edit" title="glib: Prepare UI to add multiple annotations type in demo">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=69978&attachment=86867'>[review]</a> [review]
> glib: Prepare UI to add multiple annotations type in demo

> Review of <span class=""><a href="attachment.cgi?id=86867" name="attach_86867" title="glib: Prepare UI to add multiple annotations type in demo">attachment 86867</a> <a href="attachment.cgi?id=86867&action=edit" title="glib: Prepare UI to add multiple annotations type in demo">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=69978&attachment=86867'>[review]</a> [review]:
> -----------------------------------------------------------------

> ::: glib/demo/annots.c
> @@ +38,5 @@
> >  
> > +enum {
> > +    ANNOTS_NONE,
> > +    ANNOTS_TEXT
> > +};

> Why not using PopplerAnnotType?</span >

I missed this one comment.

Because:
- I needed a way to avoid any interaction in the drawing area
- To use the same value returned by the combobox for selecting a
  new annotation without the hassle of converting the enum to
  strings and viceversa (when using gtk_combo_box_text_append)

I can change it or use gtkcombobox and a model.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>