gtk+ r21252 - in trunk: . gtk
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21252 - in trunk: . gtk
- Date: Sat, 30 Aug 2008 21:49:59 +0000 (UTC)
Author: mbarnes
Date: Sat Aug 30 21:49:58 2008
New Revision: 21252
URL: http://svn.gnome.org/viewvc/gtk+?rev=21252&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/gtk/gtktoolshell.c
Modified: trunk/gtk/gtktoolshell.c
==============================================================================
--- trunk/gtk/gtktoolshell.c (original)
+++ trunk/gtk/gtktoolshell.c Sat Aug 30 21:49:58 2008
@@ -128,7 +128,7 @@
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]