[Webkit-unassigned] [Bug 26835] [GTK] GtkLauncher depends on gtk+2-2.15 because of gtk_orientable_set_orientation()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 19:28:35 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26835


jmalonzo at gmail.com changed:

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




------- Comment #4 from jmalonzo at gmail.com  2009-06-30 19:28 PDT -------
(In reply to comment #3)
> (From update of attachment 32050 [review])
> > +#if GTK_CHECK_VERSION(2,15,0)
> >      gtk_orientable_set_orientation (GTK_ORIENTABLE (toolbar), GTK_ORIENTATION_HORIZONTAL);
> > +#else
> > +    gtk_toolbar_set_orientation(GTK_TOOLBAR(toolbar), GTK_ORIENTATION_HORIZONTAL);
> > +#endif
> 
> The spacing should be fixed before landing. r=me.
> 

Landed in r45415.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list