GNOME Bugzilla – Bug 549943
gtk_tool_shell_get_relief_style() always returns GTK_RELIEF_NONE
Last modified: 2008-08-30 21:50:22 UTC
SSIA GtkReliefStyle gtk_tool_shell_get_relief_style (GtkToolShell *shell) { GtkToolShellIface *iface = GTK_TOOL_SHELL_GET_IFACE (shell); if (iface->get_relief_style) iface->get_relief_style (shell); return GTK_RELIEF_NONE; }
Created attachment 117641 [details] [review] Trivial patch
Oops. Please commit, Matt.
2008-08-30 Matthew Barnes <mbarnes@redhat.com> Bug 549943 – gtk_tool_shell_get_relief_style() always returns GTK_RELIEF_NONE * gtk/gtktoolshell.c (gtk_tool_shell_get_relief_style): Return the correct relief style. Revision 21252.