summaryrefslogtreecommitdiff
path: root/gtk/gtktoolshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktoolshell.c')
-rw-r--r--gtk/gtktoolshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c
index 248e634dd6..90b3842eab 100644
--- a/gtk/gtktoolshell.c
+++ b/gtk/gtktoolshell.c
@@ -128,7 +128,7 @@ 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 iface->get_relief_style (shell);
return GTK_RELIEF_NONE;
}