After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 549943 - gtk_tool_shell_get_relief_style() always returns GTK_RELIEF_NONE
gtk_tool_shell_get_relief_style() always returns GTK_RELIEF_NONE
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-08-30 14:32 UTC by Matthew Barnes
Modified: 2008-08-30 21:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch (446 bytes, patch)
2008-08-30 14:33 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2008-08-30 14:32:48 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;
  }
Comment 1 Matthew Barnes 2008-08-30 14:33:47 UTC
Created attachment 117641 [details] [review]
Trivial patch
Comment 2 Matthias Clasen 2008-08-30 15:23:42 UTC
Oops. Please commit, Matt.
Comment 3 Matthew Barnes 2008-08-30 21:50:22 UTC
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.