[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 04:51:25 PDT 2009


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


jmalonzo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32050|review?                     |review+
               Flag|                            |




------- Comment #3 from jmalonzo at gmail.com  2009-06-30 04:51 PDT -------
(From update of attachment 32050)
> +#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.


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